From 1818c82382cc37ec79a5f3d257e77fad7682e9ff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 23:17:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 390 +++++++++++------------------------------------ 1 file changed, 85 insertions(+), 305 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0915fef..2f3a1f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Home, Leaf, ShieldCheck, Soup, Sparkles, Truck } from "lucide-react"; +import { Home, Leaf, ShieldCheck, Soup, Sparkles, Truck, ShowerHead, Toilet, Mirror, Microwave, Cooker, LampDesk, Vacuum, Candlestick } from "lucide-react"; export default function LandingPage() { return ( @@ -33,34 +33,20 @@ export default function LandingPage() { @@ -510,58 +313,35 @@ export default function LandingPage() { logoText="Rina's Fantastic Cleaning Service" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Residential Cleaning", - href: "#services", - }, + label: "Residential Cleaning", href: "#services"}, { - label: "Deep Cleaning", - href: "#pricing", - }, + label: "Deep Cleaning", href: "#pricing"}, { - label: "Move-In/Out", - href: "#pricing", - }, + label: "Move-In/Out", href: "#pricing"}, { - label: "Custom Plans", - href: "#pricing", - }, + label: "Custom Plans", href: "#pricing"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Get a Quote", - href: "#contact", - }, + label: "Get a Quote", href: "#contact"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, ]}