From cc2ac34132dd7d676f825a9d0812f132f8ae9ac7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 00:57:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 168 ++++++++++++++--------------------------------- 1 file changed, 51 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 299bbd0..1280793 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,15 +45,12 @@ export default function LandingPage() {
@@ -86,20 +73,11 @@ export default function LandingPage() { description="Our mobile detailing service is designed around your lifestyle, offering unparalleled convenience without compromising on quality." accordionItems={[ { - id: "1", - title: "Eco-Friendly Methods", - content: "We use advanced water-saving techniques and biodegradable cleaning agents to protect your car and the environment.", - }, + id: "1", title: "Eco-Friendly Methods", content: "We use advanced water-saving techniques and biodegradable cleaning agents to protect your car and the environment."}, { - id: "2", - title: "On-Demand Scheduling", - content: "Book a wash at your convenience—we work around your schedule at home, work, or while you're at a hotel.", - }, + id: "2", title: "On-Demand Scheduling", content: "Book a wash at your convenience—we work around your schedule at home, work, or while you're at a hotel."}, { - id: "3", - title: "Premium Detailing", - content: "Our experts pay attention to every detail, ensuring your vehicle receives the care and precision it deserves.", - }, + id: "3", title: "Premium Detailing", content: "Our experts pay attention to every detail, ensuring your vehicle receives the care and precision it deserves."}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVR9J8x7Wds8e5jJVrBQpHV4Gs/eco-friendly-car-washing-equipment-biode-1774572129750-23c1e22f.png" mediaAnimation="slide-up" @@ -113,40 +91,16 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - tag: "Essential", - price: "250 MAD", - period: "/ wash", - description: "Perfect for a regular maintenance and shine.", - button: { - text: "Book Now", - href: "https://wa.me/212660367442", - }, - featuresTitle: "Includes:", - features: [ - "Hand Wash", - "Interior Vacuum", - "Dashboard Wiping", - "Tire Shine", - ], + id: "basic", tag: "Essential", price: "250 MAD", period: "/ wash", description: "Perfect for a regular maintenance and shine.", button: { + text: "Book Now", href: "https://wa.me/212660367442"}, + featuresTitle: "Includes:", features: [ + "Hand Wash", "Interior Vacuum", "Dashboard Wiping", "Tire Shine"], }, { - id: "premium", - tag: "Popular", - price: "550 MAD", - period: "/ wash", - description: "Comprehensive detailing for that new car look.", - button: { - text: "Book Now", - href: "https://wa.me/212660367442", - }, - featuresTitle: "Includes:", - features: [ - "All Basic Features", - "Wax Application", - "Leather Conditioning", - "Deep Interior Cleaning", - ], + id: "premium", tag: "Popular", price: "550 MAD", period: "/ wash", description: "Comprehensive detailing for that new car look.", button: { + text: "Book Now", href: "https://wa.me/212660367442"}, + featuresTitle: "Includes:", features: [ + "All Basic Features", "Wax Application", "Leather Conditioning", "Deep Interior Cleaning"], }, ]} title="Transparent Pricing" @@ -155,76 +109,56 @@ export default function LandingPage() {
-
-
); -} +} \ No newline at end of file