From 6968a8c39b3d4a9b985d9945bf9997b40cde356e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 00:44:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 157 +++++++++++------------------------------------ 1 file changed, 37 insertions(+), 120 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 034a0d8..9f4c5c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import { Leaf, Shield, Sparkles, Timer } from "lucide-react"; +import { Leaf, Shield, Sparkles, Timer, Clock, MapPin, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -49,79 +43,50 @@ export default function LandingPage() {
@@ -133,28 +98,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Open 24/7", - description: "Convenience at any hour. Night or day, we are ready to clean your vehicle.", - imageSrc: "http://img.b2bpic.net/free-photo/24-hours-sign-front-side_187299-39609.jpg?_wi=1", - buttonIcon: "Clock", + title: "Open 24/7", description: "Convenience at any hour. Night or day, we are ready to clean your vehicle.", imageSrc: "http://img.b2bpic.net/free-photo/24-hours-sign-front-side_187299-39609.jpg", buttonIcon: Clock, }, { - title: "Expert Cleaning", - description: "High-quality products and attention to detail for that perfect shine.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193592.jpg", - buttonIcon: "Sparkles", + title: "Expert Cleaning", description: "High-quality products and attention to detail for that perfect shine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193592.jpg", buttonIcon: Sparkles, }, { - title: "Prime Location", - description: "Easy access right near IPRC Kigali, saving you time on your commute.", - imageSrc: "http://img.b2bpic.net/free-photo/global-position-system-navigation-direction_53876-30338.jpg?_wi=1", - buttonIcon: "MapPin", + title: "Prime Location", description: "Easy access right near IPRC Kigali, saving you time on your commute.", imageSrc: "http://img.b2bpic.net/free-photo/global-position-system-navigation-direction_53876-30338.jpg", buttonIcon: MapPin, }, { - title: "Customer First", - description: "Reliable service focused on vehicle care and owner satisfaction.", - imageSrc: "http://img.b2bpic.net/free-photo/protect-guard-security-umbrella-graphics-icons-symbols_53876-122977.jpg", - buttonIcon: "CheckCircle", + title: "Customer First", description: "Reliable service focused on vehicle care and owner satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/protect-guard-security-umbrella-graphics-icons-symbols_53876-122977.jpg", buttonIcon: CheckCircle, }, ]} title="Why Choose Us?" @@ -169,26 +122,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "100%", - title: "Dedicated Care", - description: "Every vehicle gets individual attention.", - imageSrc: "http://img.b2bpic.net/free-photo/rain-drops-grey-metallic-wall_23-2148722060.jpg?_wi=2", - }, + id: "m1", value: "100%", title: "Dedicated Care", description: "Every vehicle gets individual attention.", imageSrc: "http://img.b2bpic.net/free-photo/rain-drops-grey-metallic-wall_23-2148722060.jpg"}, { - id: "m2", - value: "24/7", - title: "Availability", - description: "We work when you need us.", - imageSrc: "http://img.b2bpic.net/free-photo/24-hours-sign-front-side_187299-39609.jpg?_wi=2", - }, + id: "m2", value: "24/7", title: "Availability", description: "We work when you need us.", imageSrc: "http://img.b2bpic.net/free-photo/24-hours-sign-front-side_187299-39609.jpg"}, { - id: "m3", - value: "Fast", - title: "Waiting Time", - description: "Efficient processes to get you back on the road.", - imageSrc: "http://img.b2bpic.net/free-photo/global-position-system-navigation-direction_53876-30338.jpg?_wi=2", - }, + id: "m3", value: "Fast", title: "Waiting Time", description: "Efficient processes to get you back on the road.", imageSrc: "http://img.b2bpic.net/free-photo/global-position-system-navigation-direction_53876-30338.jpg"}, ]} title="Our Commitment" description="Small details, big impact." @@ -201,25 +139,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Are you really open 24/7?", - content: "Yes, we are open 24 hours a day, 7 days a week for your convenience.", - }, + id: "f1", title: "Are you really open 24/7?", content: "Yes, we are open 24 hours a day, 7 days a week for your convenience."}, { - id: "f2", - title: "Where exactly are you located?", - content: "We are located near IPRC Kigali, Kicukiro area.", - }, + id: "f2", title: "Where exactly are you located?", content: "We are located near IPRC Kigali, Kicukiro area."}, { - id: "f3", - title: "What cleaning services do you offer?", - content: "We offer thorough exterior cleaning. Please inquire on-site for engine or interior specifics.", - }, + id: "f3", title: "What cleaning services do you offer?", content: "We offer thorough exterior cleaning. Please inquire on-site for engine or interior specifics."}, { - id: "f4", - title: "How can I contact you?", - content: "You can reach us directly at 0788 652 595.", - }, + id: "f4", title: "How can I contact you?", content: "You can reach us directly at 0788 652 595."}, ]} title="Common Questions" description="Quick answers to help you plan your visit." @@ -231,8 +157,7 @@ export default function LandingPage() {