diff --git a/src/app/page.tsx b/src/app/page.tsx index 205318d..d6c6918 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { CheckCircle, ListChecks, Wrench } from "lucide-react"; +import { CheckCircle, ListChecks, Wrench, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -32,32 +32,24 @@ export default function LandingPage() {
@@ -69,164 +61,44 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Installation & Replacement", description: "Custom fit solutions for all residential garage door types with professional hardware setup.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DVT4kin1dd1ZgazvAAicv2ENNt/uploaded-1778366698338-tjxhzodb.webp", imageAlt: "Technician installing a modern garage door"}, + title: "Emergency Door Repairs", description: "Fast response for broken springs, cables, and snapped belts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DVT4kin1dd1ZgazvAAicv2ENNt/uploaded-1778366766562-1y58mzaa.jpg", imageAlt: "Repairman fixing door spring" + }, { - title: "24/7 Emergency Repairs", description: "Immediate response for broken springs, cables, or derailed doors any time of day.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DVT4kin1dd1ZgazvAAicv2ENNt/uploaded-1778366766562-1y58mzaa.jpg", imageAlt: "Repairman fixing a garage door spring"}, - { - title: "Motor & Opener Maintenance", description: "Full servicing of garage door motors, smart openers, and remote control systems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DVT4kin1dd1ZgazvAAicv2ENNt/uploaded-1778366738817-4tdhkzwy.jpg", imageAlt: "Technician servicing garage door motor components"}, + title: "New Installations", description: "Wide range of high-quality, durable residential garage doors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DVT4kin1dd1ZgazvAAicv2ENNt/uploaded-1778366698338-tjxhzodb.webp", imageAlt: "Garage door installation" + } ]} - title="Professional Door Solutions" - description="We deliver comprehensive care for your garage door system, prioritizing safety, security, and longevity." - /> - - -
- -
- -
- -
- -
- -
- -
- -
- -
-
); -} \ No newline at end of file +}