diff --git a/src/app/page.tsx b/src/app/page.tsx index 435dc32..be36a71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,71 +45,46 @@ export default function LandingPage() {
@@ -130,28 +97,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Emergency Repair", - description: "24/7 rapid response for your leaks.", - bentoComponent: "reveal-icon", - icon: AlertTriangle, - imageSrc: "http://img.b2bpic.net/free-photo/domestic-life-illustrated_23-2151876279.jpg?_wi=2", - imageAlt: "modern plumbing pipe illustration navy gold", + title: "Emergency Repair", description: "24/7 rapid response for your leaks.", bentoComponent: "reveal-icon", icon: AlertTriangle, }, { - title: "Water Heaters", - description: "Installation and maintenance service.", - bentoComponent: "reveal-icon", - icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", - imageAlt: "emergency plumbing service professional", + title: "Water Heaters", description: "Installation and maintenance service.", bentoComponent: "reveal-icon", icon: Flame, }, { - title: "Drain Cleaning", - description: "Advanced hydro-jetting technology.", - bentoComponent: "reveal-icon", - icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg", - imageAlt: "water heater installation modern", + title: "Drain Cleaning", description: "Advanced hydro-jetting technology.", bentoComponent: "reveal-icon", icon: Droplets, }, ]} title="Professional Services" @@ -166,40 +118,20 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", - value: "01", - title: "Arrival", - items: [ - "Live tracking dispatched", - "Expert technicians on-site", - ], + id: "1", value: "01", title: "Arrival", items: [ + "Live tracking dispatched", "Expert technicians on-site"], }, { - id: "2", - value: "02", - title: "Inspection", - items: [ - "Comprehensive leak test", - "Transparent repair plan", - ], + id: "2", value: "02", title: "Inspection", items: [ + "Comprehensive leak test", "Transparent repair plan"], }, { - id: "3", - value: "03", - title: "Resolution", - items: [ - "Precision tools applied", - "Quality control check", - ], + id: "3", value: "03", title: "Resolution", items: [ + "Precision tools applied", "Quality control check"], }, { - id: "4", - value: "04", - title: "Follow-up", - items: [ - "Clean workspace guaranteed", - "Complete service report", - ], + id: "4", value: "04", title: "Follow-up", items: [ + "Clean workspace guaranteed", "Complete service report"], }, ]} title="Our 4-Step Process" @@ -213,45 +145,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Fast Response", - quote: "They showed up when they said they would, even at 2am.", - name: "Sarah Miller", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-builder-man-construction-uniform-cap-displeased-pointing-with-finger-side-purple-background_141793-30074.jpg", - }, + id: "1", title: "Fast Response", quote: "They showed up when they said they would, even at 2am.", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-builder-man-construction-uniform-cap-displeased-pointing-with-finger-side-purple-background_141793-30074.jpg"}, { - id: "2", - title: "Quality Craft", - quote: "The cleanest plumbing job I've ever seen.", - name: "John Davis", - role: "Property Manager", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-home_329181-4271.jpg", - }, + id: "2", title: "Quality Craft", quote: "The cleanest plumbing job I've ever seen.", name: "John Davis", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-home_329181-4271.jpg"}, { - id: "3", - title: "Fair Pricing", - quote: "No surprises, very transparent billing.", - name: "Emily Chen", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383620.jpg", - }, + id: "3", title: "Fair Pricing", quote: "No surprises, very transparent billing.", name: "Emily Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383620.jpg"}, { - id: "4", - title: "Professionalism", - quote: "Polite, knowledgeable and very efficient.", - name: "Robert Smith", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-outdoors-white-shirt-looking-camera_197531-33797.jpg", - }, + id: "4", title: "Professionalism", quote: "Polite, knowledgeable and very efficient.", name: "Robert Smith", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-outdoors-white-shirt-looking-camera_197531-33797.jpg"}, { - id: "5", - title: "Great Team", - quote: "Highly recommended for all repairs.", - name: "Linda White", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employees-looking-laptop-laughing_74855-4007.jpg", - }, + id: "5", title: "Great Team", quote: "Highly recommended for all repairs.", name: "Linda White", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employees-looking-laptop-laughing_74855-4007.jpg"}, ]} title="Trusted by Neighbors" description="Hear what Westchester residents say about their experience with Rotundo." @@ -262,14 +164,11 @@ export default function LandingPage() {