diff --git a/src/app/discover-tours/page.tsx b/src/app/discover-tours/page.tsx new file mode 100644 index 0000000..f50fee6 --- /dev/null +++ b/src/app/discover-tours/page.tsx @@ -0,0 +1,66 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import { MapPin, Calendar, Clock, Star } from "lucide-react"; + +export default function DiscoverToursPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index c665154..51ca347 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Crown, MapPin } from "lucide-react"; export default function LandingPage() { @@ -29,14 +29,11 @@ export default function LandingPage() {
- +
); -} +} \ No newline at end of file