From 48e144b06db467600789881d2909e64c94f24822 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 16:00:39 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 165 ++++++++++++++++------------------------------- 1 file changed, 56 insertions(+), 109 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7ef59b..41b83f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Smile, TrendingUp, Wrench, MessageCircle } from "lucide-react"; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Smile, TrendingUp, Wrench, ShieldCheck, Zap } from "lucide-react"; export default function LandingPage() { const whatsappNumber = "919822001122"; @@ -36,77 +36,55 @@ export default function LandingPage() {
-
-
-
-
-
-
@@ -174,12 +141,9 @@ export default function LandingPage() { title="Visit or Reach Out" description="Ready to ride? Visit our Viman Nagar showroom or drop us a message below." inputs={[ - { - name: "name", type: "text", placeholder: "Your Name"}, - { - name: "email", type: "email", placeholder: "Your Email"}, - { - name: "phone", type: "tel", placeholder: "Your Phone"}, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "email", type: "email", placeholder: "Your Email" }, + { name: "phone", type: "tel", placeholder: "Your Phone" } ]} imageSrc="http://img.b2bpic.net/free-photo/stylish-elegant-old-man-car-salon_1157-31895.jpg" /> @@ -188,25 +152,8 @@ export default function LandingPage() {