rep
This commit is contained in:
		@@ -58,7 +58,7 @@ const people = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export default function Boats() {
 | 
					export default function Boats() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
        <div className="bg-bg-sand py-24">
 | 
					        <div className="bg-transparent py-24">
 | 
				
			||||||
            <div className="mx-auto grid max-w-7xl grid-cols-1 gap-x-8 gap-y-20 px-6 lg:px-8 xl:grid-cols-3">
 | 
					            <div className="mx-auto grid max-w-7xl grid-cols-1 gap-x-8 gap-y-20 px-6 lg:px-8 xl:grid-cols-3">
 | 
				
			||||||
                <div className="mx-auto max-w-2xl lg:mx-0">
 | 
					                <div className="mx-auto max-w-2xl lg:mx-0">
 | 
				
			||||||
                    <h2 className="text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl">Our team</h2>
 | 
					                    <h2 className="text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl">Our team</h2>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
export default function Example() {
 | 
					export default function Example() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className="relative isolate overflow-hidden bg-bg-sand py-24 sm:py-32">
 | 
					      <div className="relative isolate overflow-hidden bg-transparent py-24 sm:py-32">
 | 
				
			||||||
        <img
 | 
					        <img
 | 
				
			||||||
          alt=""
 | 
					          alt=""
 | 
				
			||||||
          src="/images/daha1.jpg"
 | 
					          src="/images/daha1.jpg"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -33,7 +33,7 @@ const categories = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export default function Example() {
 | 
					export default function Example() {
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="bg-bg-sand">
 | 
					    <div className="bg-transparent">
 | 
				
			||||||
      <div className="mx-auto max-w-xl px-6 py-16 sm:px-6 sm:py-24 lg:max-w-7xl lg:px-8">
 | 
					      <div className="mx-auto max-w-xl px-6 py-16 sm:px-6 sm:py-24 lg:max-w-7xl lg:px-8">
 | 
				
			||||||
        <h2 className="text-2xl font-bold tracking-tight text-gray-900">DAHABIYAS</h2>
 | 
					        <h2 className="text-2xl font-bold tracking-tight text-gray-900">DAHABIYAS</h2>
 | 
				
			||||||
        <p className="mt-4 text-base text-gray-500">
 | 
					        <p className="mt-4 text-base text-gray-500">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,7 @@ const features = [
 | 
				
			|||||||
  
 | 
					  
 | 
				
			||||||
  export default function Example() {
 | 
					  export default function Example() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className="bg-bg-sand">
 | 
					      <div className="bg-transparent">
 | 
				
			||||||
        <div className="mt-24 relative mx-auto  max-w-7xl px-6 pb-16 sm:px-6 sm:pb-24 lg:px-8">
 | 
					        <div className="mt-24 relative mx-auto  max-w-7xl px-6 pb-16 sm:px-6 sm:pb-24 lg:px-8">
 | 
				
			||||||
          <div className="mx-auto max-w-2xl text-center lg:max-w-4xl">
 | 
					          <div className="mx-auto max-w-2xl text-center lg:max-w-4xl">
 | 
				
			||||||
            <h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">VEDA EXPERIENCES</h2>
 | 
					            <h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">VEDA EXPERIENCES</h2>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
export default function Example() {
 | 
					export default function Example() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className="relative isolate overflow-hidden bg-bg-sand py-24 sm:py-32">
 | 
					      <div className="relative isolate overflow-hidden bg-transparent py-24 sm:py-32">
 | 
				
			||||||
        <img
 | 
					        <img
 | 
				
			||||||
          alt=""
 | 
					          alt=""
 | 
				
			||||||
          src="/images/daha1.jpg"
 | 
					          src="/images/daha1.jpg"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
  
 | 
					  
 | 
				
			||||||
  export  function Experience() {
 | 
					  export  function Experience() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className="bg-bg-sand">
 | 
					      <div className="bg-transparent">
 | 
				
			||||||
        <div aria-hidden="true" className="relative">
 | 
					        <div aria-hidden="true" className="relative">
 | 
				
			||||||
          <img
 | 
					          <img
 | 
				
			||||||
            alt=""
 | 
					            alt=""
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,7 +8,7 @@ const FFVid = () => {
 | 
				
			|||||||
        <section
 | 
					        <section
 | 
				
			||||||
      id="testimonials"
 | 
					      id="testimonials"
 | 
				
			||||||
      aria-label="What our customers are saying"
 | 
					      aria-label="What our customers are saying"
 | 
				
			||||||
      className="bg-bg-sand pt-6 pb-24"
 | 
					      className="bg-transparent pt-6 pb-24"
 | 
				
			||||||
    >
 | 
					    >
 | 
				
			||||||
      <Container>
 | 
					      <Container>
 | 
				
			||||||
        <div className="mx-auto max-w-5xl md:text-center">
 | 
					        <div className="mx-auto max-w-5xl md:text-center">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,7 @@ export function Hero() {
 | 
				
			|||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <section className="relative w-full lg:h-screen bg-transparent h-[550px] lg:mt-0 mt-0">
 | 
					    <section className="relative w-full lg:h-screen bg-transparent h-[550px] lg:mt-0 mt-0">
 | 
				
			||||||
      {/* Background Image */}
 | 
					      {/* Background Image */}
 | 
				
			||||||
      <div className="absolute inset-0 w-full h-full overflow-hidden z-0 bg-bg-sand opacity-30">
 | 
					      <div className="absolute inset-0 w-full h-full overflow-hidden z-0 bg-transparent opacity-30">
 | 
				
			||||||
        <img
 | 
					        <img
 | 
				
			||||||
          src="/images/hero.jpg"
 | 
					          src="/images/hero.jpg"
 | 
				
			||||||
          alt="Nile River"
 | 
					          alt="Nile River"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
export default function Example() {
 | 
					export default function Example() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className="relative isolate overflow-hidden bg-bg-sand py-24 sm:py-32">
 | 
					      <div className="relative isolate overflow-hidden bg-transparent py-24 sm:py-32">
 | 
				
			||||||
        <img
 | 
					        <img
 | 
				
			||||||
          alt=""
 | 
					          alt=""
 | 
				
			||||||
          src="/images/iti.jpg"
 | 
					          src="/images/iti.jpg"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,7 @@ const features = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export default function NewFeatures() {
 | 
					export default function NewFeatures() {
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="overflow-hidden bg-bg-sand pb-0 pt-12 lg:pt-12">
 | 
					    <div className="overflow-hidden bg-transparent pb-0 pt-12 lg:pt-12">
 | 
				
			||||||
      <div className="mx-auto max-w-7xl px-6 lg:px-8">
 | 
					      <div className="mx-auto max-w-7xl px-6 lg:px-8">
 | 
				
			||||||
        <div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
 | 
					        <div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
 | 
				
			||||||
        <div className="flex items-start justify-end lg:justify-start lg:order-first">
 | 
					        <div className="flex items-start justify-end lg:justify-start lg:order-first">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@ const features = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export default function NewFeatures2() {
 | 
					export default function NewFeatures2() {
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="overflow-hidden bg-bg-sand pb-10 pt-0 lg:pt-10 lg:pb-24">
 | 
					    <div className="overflow-hidden bg-transparent pb-10 pt-0 lg:pt-10 lg:pb-24">
 | 
				
			||||||
      <div className="mx-auto max-w-7xl px-6 lg:px-8">
 | 
					      <div className="mx-auto max-w-7xl px-6 lg:px-8">
 | 
				
			||||||
        <div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
 | 
					        <div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
 | 
				
			||||||
          <div className="lg:order-first">
 | 
					          <div className="lg:order-first">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -28,7 +28,7 @@ const people = [
 | 
				
			|||||||
  
 | 
					  
 | 
				
			||||||
  export default function Team() {
 | 
					  export default function Team() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className="bg-bg-sand py-12 md:py-32 lg:py-12">
 | 
					      <div className="bg-transparent py-12 md:py-32 lg:py-12">
 | 
				
			||||||
        <div className="mx-auto grid max-w-7xl grid-cols-1 gap-x-8 gap-y-20 px-6 lg:px-8 xl:grid-cols-3">
 | 
					        <div className="mx-auto grid max-w-7xl grid-cols-1 gap-x-8 gap-y-20 px-6 lg:px-8 xl:grid-cols-3">
 | 
				
			||||||
          <div className="mx-auto max-w-2xl lg:mx-0">
 | 
					          <div className="mx-auto max-w-2xl lg:mx-0">
 | 
				
			||||||
            <h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">OUR PEOPLE</h2>
 | 
					            <h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">OUR PEOPLE</h2>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -122,7 +122,7 @@ export function Testimonials() {
 | 
				
			|||||||
                            {testimonial.author.role}
 | 
					                            {testimonial.author.role}
 | 
				
			||||||
                          </div>
 | 
					                          </div>
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                        <div className="overflow-hidden rounded-full bg-bg-sand">
 | 
					                        <div className="overflow-hidden rounded-full bg-transparent">
 | 
				
			||||||
                          <img
 | 
					                          <img
 | 
				
			||||||
                            className="h-14 w-14 object-cover"
 | 
					                            className="h-14 w-14 object-cover"
 | 
				
			||||||
                            src={testimonial.author.image}
 | 
					                            src={testimonial.author.image}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -92,7 +92,7 @@ const features = [
 | 
				
			|||||||
  
 | 
					  
 | 
				
			||||||
  export default function Example() {
 | 
					  export default function Example() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className="bg-bg-sand">
 | 
					      <div className="bg-transparent">
 | 
				
			||||||
        <div className="mx-auto max-w-2xl px-4 py-24 sm:px-6 sm:py-32 lg:max-w-7xl lg:px-8">
 | 
					        <div className="mx-auto max-w-2xl px-4 py-24 sm:px-6 sm:py-32 lg:max-w-7xl lg:px-8">
 | 
				
			||||||
          <div className="mx-auto max-w-3xl text-center">
 | 
					          <div className="mx-auto max-w-3xl text-center">
 | 
				
			||||||
            <h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">VEDA ITINERARY SAMPLE</h2>
 | 
					            <h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">VEDA ITINERARY SAMPLE</h2>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -101,7 +101,7 @@ export default function Example() {
 | 
				
			|||||||
  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
					  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="bg-bg-sand">
 | 
					    <div className="bg-transparent">
 | 
				
			||||||
      <div className="mx-auto max-w-2xl px-6 py-12 sm:px-6 lg:max-w-7xl lg:px-8">
 | 
					      <div className="mx-auto max-w-2xl px-6 py-12 sm:px-6 lg:max-w-7xl lg:px-8">
 | 
				
			||||||
        <div className="lg:grid lg:grid-cols-2 lg:items-start lg:gap-x-8">
 | 
					        <div className="lg:grid lg:grid-cols-2 lg:items-start lg:gap-x-8">
 | 
				
			||||||
          {/* Image gallery */}
 | 
					          {/* Image gallery */}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -96,7 +96,7 @@ export default function Example() {
 | 
				
			|||||||
  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
					  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="bg-bg-sand">
 | 
					    <div className="bg-transparent">
 | 
				
			||||||
      <div className="mx-auto max-w-2xl px-6 py-16 sm:px-6 sm:py-24 lg:max-w-7xl lg:px-8">
 | 
					      <div className="mx-auto max-w-2xl px-6 py-16 sm:px-6 sm:py-24 lg:max-w-7xl lg:px-8">
 | 
				
			||||||
        <div className="lg:grid lg:grid-cols-2 lg:gap-x-8">
 | 
					        <div className="lg:grid lg:grid-cols-2 lg:gap-x-8">
 | 
				
			||||||
          {/* Image gallery */}
 | 
					          {/* Image gallery */}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -98,7 +98,7 @@ export default function Example() {
 | 
				
			|||||||
  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
					  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="bg-bg-sand">
 | 
					    <div className="bg-transparent">
 | 
				
			||||||
      <div className="mx-auto max-w-2xl px-6 py-12 sm:px-6 lg:max-w-7xl lg:px-8">
 | 
					      <div className="mx-auto max-w-2xl px-6 py-12 sm:px-6 lg:max-w-7xl lg:px-8">
 | 
				
			||||||
        <div className="lg:grid lg:grid-cols-2 lg:items-start lg:gap-x-8">
 | 
					        <div className="lg:grid lg:grid-cols-2 lg:items-start lg:gap-x-8">
 | 
				
			||||||
          {/* Image gallery */}
 | 
					          {/* Image gallery */}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -96,7 +96,7 @@ export default function Example() {
 | 
				
			|||||||
  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
					  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="bg-bg-sand">
 | 
					    <div className="bg-transparent">
 | 
				
			||||||
      <div className="mx-auto max-w-2xl px-6 py-16 sm:px-6 sm:py-24 lg:max-w-7xl lg:px-8">
 | 
					      <div className="mx-auto max-w-2xl px-6 py-16 sm:px-6 sm:py-24 lg:max-w-7xl lg:px-8">
 | 
				
			||||||
        <div className="lg:grid lg:grid-cols-2 lg:gap-x-8">
 | 
					        <div className="lg:grid lg:grid-cols-2 lg:gap-x-8">
 | 
				
			||||||
          {/* Image gallery */}
 | 
					          {/* Image gallery */}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -58,7 +58,7 @@ const people = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export default function Boats() {
 | 
					export default function Boats() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
        <div className="bg-bg-sand py-24">
 | 
					        <div className="bg-transparent py-24">
 | 
				
			||||||
            <div className="mx-auto grid max-w-7xl grid-cols-1 gap-x-8 gap-y-20 px-6 lg:px-8 xl:grid-cols-3">
 | 
					            <div className="mx-auto grid max-w-7xl grid-cols-1 gap-x-8 gap-y-20 px-6 lg:px-8 xl:grid-cols-3">
 | 
				
			||||||
                <div className="mx-auto max-w-2xl lg:mx-0">
 | 
					                <div className="mx-auto max-w-2xl lg:mx-0">
 | 
				
			||||||
                    <h2 className="text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl">Our team</h2>
 | 
					                    <h2 className="text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl">Our team</h2>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,7 @@ export function CallToAction2() {
 | 
				
			|||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <section
 | 
					    <section
 | 
				
			||||||
      id="get-started-today"
 | 
					      id="get-started-today"
 | 
				
			||||||
      className="relative overflow-hidden bg-bg-sand py-40 mt-4 mb-2"
 | 
					      className="relative overflow-hidden bg-transparent py-40 mt-4 mb-2"
 | 
				
			||||||
    >
 | 
					    >
 | 
				
			||||||
      <img
 | 
					      <img
 | 
				
			||||||
        className="absolute  left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2"
 | 
					        className="absolute  left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,7 @@ export function CallToAction3() {
 | 
				
			|||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <section
 | 
					    <section
 | 
				
			||||||
      id="get-started-today"
 | 
					      id="get-started-today"
 | 
				
			||||||
      className="relative overflow-hidden bg-bg-sand py-48 mt-4"
 | 
					      className="relative overflow-hidden bg-transparent py-48 mt-4"
 | 
				
			||||||
    >
 | 
					    >
 | 
				
			||||||
      <img
 | 
					      <img
 | 
				
			||||||
        className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2"
 | 
					        className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
export default function Example() {
 | 
					export default function Example() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className="relative isolate overflow-hidden bg-bg-sand py-24 sm:py-32">
 | 
					      <div className="relative isolate overflow-hidden bg-transparent py-24 sm:py-32">
 | 
				
			||||||
        <img
 | 
					        <img
 | 
				
			||||||
          alt=""
 | 
					          alt=""
 | 
				
			||||||
          src="/images/daha1.jpg"
 | 
					          src="/images/daha1.jpg"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -33,7 +33,7 @@ const categories = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export default function Example() {
 | 
					export default function Example() {
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="bg-bg-sand">
 | 
					    <div className="bg-transparent">
 | 
				
			||||||
      <div className="mx-auto max-w-xl px-6 py-16 sm:px-6 sm:py-24 lg:max-w-7xl lg:px-8">
 | 
					      <div className="mx-auto max-w-xl px-6 py-16 sm:px-6 sm:py-24 lg:max-w-7xl lg:px-8">
 | 
				
			||||||
        <h2 className="text-2xl font-bold tracking-tight text-gray-900">DAHABIYAS</h2>
 | 
					        <h2 className="text-2xl font-bold tracking-tight text-gray-900">DAHABIYAS</h2>
 | 
				
			||||||
        <p className="mt-4 text-base text-gray-500">
 | 
					        <p className="mt-4 text-base text-gray-500">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,7 @@ const features = [
 | 
				
			|||||||
  
 | 
					  
 | 
				
			||||||
  export default function Example() {
 | 
					  export default function Example() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className="bg-bg-sand">
 | 
					      <div className="bg-transparent">
 | 
				
			||||||
        <div className="mt-24 relative mx-auto  max-w-7xl px-6 pb-16 sm:px-6 sm:pb-24 lg:px-8">
 | 
					        <div className="mt-24 relative mx-auto  max-w-7xl px-6 pb-16 sm:px-6 sm:pb-24 lg:px-8">
 | 
				
			||||||
          <div className="mx-auto max-w-2xl text-center lg:max-w-4xl">
 | 
					          <div className="mx-auto max-w-2xl text-center lg:max-w-4xl">
 | 
				
			||||||
            <h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">VEDA EXPERIENCES</h2>
 | 
					            <h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">VEDA EXPERIENCES</h2>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
export default function Example() {
 | 
					export default function Example() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className="relative isolate overflow-hidden bg-bg-sand py-24 sm:py-32">
 | 
					      <div className="relative isolate overflow-hidden bg-transparent py-24 sm:py-32">
 | 
				
			||||||
        <img
 | 
					        <img
 | 
				
			||||||
          alt=""
 | 
					          alt=""
 | 
				
			||||||
          src="/images/daha1.jpg"
 | 
					          src="/images/daha1.jpg"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
  
 | 
					  
 | 
				
			||||||
  export  function Experience() {
 | 
					  export  function Experience() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className="bg-bg-sand">
 | 
					      <div className="bg-transparent">
 | 
				
			||||||
        <div aria-hidden="true" className="relative">
 | 
					        <div aria-hidden="true" className="relative">
 | 
				
			||||||
          <img
 | 
					          <img
 | 
				
			||||||
            alt=""
 | 
					            alt=""
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,7 +8,7 @@ const FFVid = () => {
 | 
				
			|||||||
        <section
 | 
					        <section
 | 
				
			||||||
      id="testimonials"
 | 
					      id="testimonials"
 | 
				
			||||||
      aria-label="What our customers are saying"
 | 
					      aria-label="What our customers are saying"
 | 
				
			||||||
      className="bg-bg-sand pt-6 pb-24"
 | 
					      className="bg-transparent pt-6 pb-24"
 | 
				
			||||||
    >
 | 
					    >
 | 
				
			||||||
      <Container>
 | 
					      <Container>
 | 
				
			||||||
        <div className="mx-auto max-w-5xl md:text-center">
 | 
					        <div className="mx-auto max-w-5xl md:text-center">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
export default function Example() {
 | 
					export default function Example() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className="relative isolate overflow-hidden bg-bg-sand py-24 sm:py-32">
 | 
					      <div className="relative isolate overflow-hidden bg-transparent py-24 sm:py-32">
 | 
				
			||||||
        <img
 | 
					        <img
 | 
				
			||||||
          alt=""
 | 
					          alt=""
 | 
				
			||||||
          src="/images/iti.jpg"
 | 
					          src="/images/iti.jpg"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -23,7 +23,7 @@ const features = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export default function NewFeatures() {
 | 
					export default function NewFeatures() {
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="overflow-hidden bg-bg-sand pb-0 pt-4 lg:pt-24 pb:12">
 | 
					    <div className="overflow-hidden bg-transparent pb-0 pt-4 lg:pt-24 pb:12">
 | 
				
			||||||
      <div className="mx-auto max-w-7xl px-6 lg:px-8">
 | 
					      <div className="mx-auto max-w-7xl px-6 lg:px-8">
 | 
				
			||||||
        <div className="mx-auto max-w-2xllg:max-w-7xl pb-10 lg:pb-16">
 | 
					        <div className="mx-auto max-w-2xllg:max-w-7xl pb-10 lg:pb-16">
 | 
				
			||||||
        <p className="mt-2 max-w-lg  text-3xl font-semibold tracking-[-0.05em] text-darkgr-700 lg:text-4xl">
 | 
					        <p className="mt-2 max-w-lg  text-3xl font-semibold tracking-[-0.05em] text-darkgr-700 lg:text-4xl">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -23,7 +23,7 @@ const features = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export default function NewFeatures2() {
 | 
					export default function NewFeatures2() {
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="overflow-hidden bg-bg-sand pt-0 lg:pt-12 lg:pb-24 pb-12">
 | 
					    <div className="overflow-hidden bg-transparent pt-0 lg:pt-12 lg:pb-24 pb-12">
 | 
				
			||||||
      <div className="mx-auto max-w-7xl px-6 lg:px-8">
 | 
					      <div className="mx-auto max-w-7xl px-6 lg:px-8">
 | 
				
			||||||
        <div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
 | 
					        <div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
 | 
				
			||||||
          <div className="lg:order-first">
 | 
					          <div className="lg:order-first">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@ import { P, H2, H3, PS, PXS } from '@/components/text'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export default function Story() {
 | 
					export default function Story() {
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="overflow-hidden bg-bg-sand pb-0 pt-12 lg:pt-12">
 | 
					    <div className="overflow-hidden bg-transparent pb-0 pt-12 lg:pt-12">
 | 
				
			||||||
      <div className="mx-auto max-w-7xl px-6 lg:px-8">
 | 
					      <div className="mx-auto max-w-7xl px-6 lg:px-8">
 | 
				
			||||||
        <div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
 | 
					        <div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
 | 
				
			||||||
        <div className="flex items-start justify-end lg:justify-start lg:order-first">
 | 
					        <div className="flex items-start justify-end lg:justify-start lg:order-first">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@ import { H2, H3, P, PXS, PS } from './text'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export default function NewFeatures2() {
 | 
					export default function NewFeatures2() {
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="overflow-hidden bg-bg-sand pb-10 pt-0 lg:pt-10 lg:pb-24">
 | 
					    <div className="overflow-hidden bg-transparent pb-10 pt-0 lg:pt-10 lg:pb-24">
 | 
				
			||||||
      <div className="mx-auto max-w-7xl px-6 lg:px-8">
 | 
					      <div className="mx-auto max-w-7xl px-6 lg:px-8">
 | 
				
			||||||
        <div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
 | 
					        <div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
 | 
				
			||||||
          <div className="lg:order-first">
 | 
					          <div className="lg:order-first">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -29,7 +29,7 @@ const people = [
 | 
				
			|||||||
  
 | 
					  
 | 
				
			||||||
  export default function Team() {
 | 
					  export default function Team() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className="bg-bg-sand py-12 md:py-32 lg:py-12">
 | 
					      <div className="bg-transparent py-12 md:py-32 lg:py-12">
 | 
				
			||||||
        <div className="mx-auto grid max-w-7xl grid-cols-1 gap-x-8 gap-y-20 px-6 lg:px-8 xl:grid-cols-3">
 | 
					        <div className="mx-auto grid max-w-7xl grid-cols-1 gap-x-8 gap-y-20 px-6 lg:px-8 xl:grid-cols-3">
 | 
				
			||||||
          <div className="mx-auto max-w-2xl lg:mx-0">
 | 
					          <div className="mx-auto max-w-2xl lg:mx-0">
 | 
				
			||||||
            <H2 className="">Our People</H2>
 | 
					            <H2 className="">Our People</H2>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -107,7 +107,7 @@ export function Testimonials() {
 | 
				
			|||||||
              <ul role="list" className="flex flex-col gap-y-6 sm:gap-y-8">
 | 
					              <ul role="list" className="flex flex-col gap-y-6 sm:gap-y-8">
 | 
				
			||||||
                {column.map((testimonial, testimonialIndex) => (
 | 
					                {column.map((testimonial, testimonialIndex) => (
 | 
				
			||||||
                  <li key={testimonialIndex}>
 | 
					                  <li key={testimonialIndex}>
 | 
				
			||||||
                    <figure className="relative rounded-lg bg-bg-sand py-6 px-8 shadow-xl shadow-slate-900/10">
 | 
					                    <figure className="relative rounded-lg bg-transparent py-6 px-8 shadow-xl shadow-slate-900/10">
 | 
				
			||||||
                      <QuoteIcon className="absolute left-6 top-6 fill-creme-600" />
 | 
					                      <QuoteIcon className="absolute left-6 top-6 fill-creme-600" />
 | 
				
			||||||
                      <blockquote className="relative">
 | 
					                      <blockquote className="relative">
 | 
				
			||||||
                        <PXXS  >
 | 
					                        <PXXS  >
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -92,7 +92,7 @@ const features = [
 | 
				
			|||||||
  
 | 
					  
 | 
				
			||||||
  export default function Example() {
 | 
					  export default function Example() {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className="bg-bg-sand">
 | 
					      <div className="bg-transparent">
 | 
				
			||||||
        <div className="mx-auto max-w-2xl px-4 py-24 sm:px-6 sm:py-32 lg:max-w-7xl lg:px-8">
 | 
					        <div className="mx-auto max-w-2xl px-4 py-24 sm:px-6 sm:py-32 lg:max-w-7xl lg:px-8">
 | 
				
			||||||
          <div className="mx-auto max-w-3xl text-center">
 | 
					          <div className="mx-auto max-w-3xl text-center">
 | 
				
			||||||
            <h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">VEDA ITINERARY SAMPLE</h2>
 | 
					            <h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">VEDA ITINERARY SAMPLE</h2>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -124,7 +124,7 @@ export default function Example() {
 | 
				
			|||||||
  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
					  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="bg-bg-sand">
 | 
					    <div className="bg-transparent">
 | 
				
			||||||
      <div className="mx-auto max-w-2xl px-6 py-12 sm:px-6 lg:max-w-7xl lg:px-8">
 | 
					      <div className="mx-auto max-w-2xl px-6 py-12 sm:px-6 lg:max-w-7xl lg:px-8">
 | 
				
			||||||
        <div className="lg:grid lg:grid-cols-2 lg:items-start lg:gap-x-8">
 | 
					        <div className="lg:grid lg:grid-cols-2 lg:items-start lg:gap-x-8">
 | 
				
			||||||
          {/* Image gallery */}
 | 
					          {/* Image gallery */}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -126,7 +126,7 @@ export default function Example() {
 | 
				
			|||||||
  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
					  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="bg-bg-sand">
 | 
					    <div className="bg-transparent">
 | 
				
			||||||
      <div className="mx-auto max-w-2xl px-6 py-16 sm:px-6 sm:py-24 lg:max-w-7xl lg:px-8">
 | 
					      <div className="mx-auto max-w-2xl px-6 py-16 sm:px-6 sm:py-24 lg:max-w-7xl lg:px-8">
 | 
				
			||||||
        <div className="lg:grid lg:grid-cols-2 lg:gap-x-8">
 | 
					        <div className="lg:grid lg:grid-cols-2 lg:gap-x-8">
 | 
				
			||||||
          {/* Image gallery */}
 | 
					          {/* Image gallery */}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -115,7 +115,7 @@ export default function Example() {
 | 
				
			|||||||
  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
					  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="bg-bg-sand">
 | 
					    <div className="bg-transparent">
 | 
				
			||||||
      <div className="mx-auto max-w-2xl px-6 py-12 sm:px-6 lg:max-w-7xl lg:px-8">
 | 
					      <div className="mx-auto max-w-2xl px-6 py-12 sm:px-6 lg:max-w-7xl lg:px-8">
 | 
				
			||||||
        <div className="lg:grid lg:grid-cols-2 lg:items-start lg:gap-x-8">
 | 
					        <div className="lg:grid lg:grid-cols-2 lg:items-start lg:gap-x-8">
 | 
				
			||||||
          {/* Image gallery */}
 | 
					          {/* Image gallery */}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -120,7 +120,7 @@ export default function Example() {
 | 
				
			|||||||
  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
					  const [selectedColor, setSelectedColor] = useState(product.colors[0])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="bg-bg-sand">
 | 
					    <div className="bg-transparent">
 | 
				
			||||||
      <div className="mx-auto max-w-2xl px-6 py-16 sm:px-6 sm:py-24 lg:max-w-7xl lg:px-8">
 | 
					      <div className="mx-auto max-w-2xl px-6 py-16 sm:px-6 sm:py-24 lg:max-w-7xl lg:px-8">
 | 
				
			||||||
        <div className="lg:grid lg:grid-cols-2 lg:gap-x-8">
 | 
					        <div className="lg:grid lg:grid-cols-2 lg:gap-x-8">
 | 
				
			||||||
          {/* Image gallery */}
 | 
					          {/* Image gallery */}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user