From 1da350bf057b3a037733d041cff366aa2df9ce66 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 01:12:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 67 ++++++++++++++++++------------------------------ 1 file changed, 25 insertions(+), 42 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 206cabf..3a00790 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,13 +5,14 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { MessageSquare, Phone, ShieldCheck, Truck, Clock, MapPin } from "lucide-react"; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { MessageSquare, Phone, ShieldCheck, Truck, Clock, MapPin, Quote } from "lucide-react"; export default function LandingPage() { return ( @@ -34,8 +35,8 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Services", id: "services" }, - { name: "Gallery", id: "gallery" }, - { name: "Why Us", id: "why" }, + { name: "Testimonials", id: "testimonials" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} brandName="Rotel Global" @@ -91,51 +92,32 @@ export default function LandingPage() { /> - - -
- +
@@ -152,16 +134,17 @@ export default function LandingPage() { ); -} +} \ No newline at end of file