From 721f8aa26a280d8b473fb9df86fd31abd53e4f05 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:36:47 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 281 ++++++----------------------------------------- 1 file changed, 36 insertions(+), 245 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88b93a8..282706d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Building2, Compass, Mountain, Sun, Waves } from "lucide-react"; export default function LandingPage() { @@ -30,22 +30,11 @@ export default function LandingPage() {
-
@@ -251,26 +111,8 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Best time to visit India?", - content: "October to March is ideal for most regions.", - }, - { - id: "f2", - title: "Do I need a visa?", - content: "Yes, most international travelers require an E-Visa.", - }, - { - id: "f3", - title: "Is internal transport included?", - content: "Yes, all our packages include seamless inter-city transport.", - }, - { - id: "f4", - title: "How to handle payments?", - content: "We offer multiple secure payment options.", - }, + { id: "f1", title: "Best time to visit India?", content: "October to March is ideal for most regions." }, + { id: "f2", title: "Do I need a visa?", content: "Yes, most international travelers require an E-Visa." }, ]} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-travel-agency_52683-136431.jpg" imageAlt="Travel Support Team" @@ -283,71 +125,20 @@ export default function LandingPage() {