diff --git a/src/app/page.tsx b/src/app/page.tsx index a5e30d3..afbed6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -49,17 +43,14 @@ export default function LandingPage() {
@@ -70,49 +61,31 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Emergency Repairs", - description: "Immediate help for urgent plumbing issues.", - icon: Zap, + title: "Emergency Repairs", description: "Immediate help for urgent plumbing issues.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg?_wi=2", - imageAlt: "professional plumber working residential sink", }, { - title: "Leak Detection", - description: "Expert diagnostic services for hidden leaks.", - icon: Search, + title: "Leak Detection", description: "Expert diagnostic services for hidden leaks.", icon: Search, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=3", - }, + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=4", - }, + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=5", - imageAlt: "plumbing repair tools set close up", }, { - title: "Drain Cleaning", - description: "Professional clog removal for all pipes.", - icon: Trash2, + title: "Drain Cleaning", description: "Professional clog removal for all pipes.", icon: Trash2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=6", - }, + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=7", - }, + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/pleased-caucasian-adult-builder-man-uniform-holds-hands-together-looks-up-orange_141793-69273.jpg?_wi=1", - imageAlt: "professional plumber smiling friendly service", }, ]} title="Our Plumbing Services" @@ -127,11 +100,9 @@ export default function LandingPage() { description="Fast, honest, and professional service is our promise to Davie residents." buttons={[ { - text: "Call Now", - href: "tel:9545550123", - }, + text: "Call Now", href: "tel:9545550123"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/pleased-caucasian-adult-builder-man-uniform-holds-hands-together-looks-up-orange_141793-69273.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/pleased-caucasian-adult-builder-man-uniform-holds-hands-together-looks-up-orange_141793-69273.jpg" /> @@ -143,25 +114,15 @@ export default function LandingPage() { author="Sarah Jenkins" avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020022.jpg", - alt: "Sarah", - }, + src: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020022.jpg", alt: "Sarah"}, { - src: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", - alt: "Mike", - }, + src: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", alt: "Mike"}, { - src: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", - alt: "Lisa", - }, + src: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", alt: "Lisa"}, { - src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", - alt: "David", - }, + src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "David"}, { - src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", - alt: "Anna", - }, + src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Anna"}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -172,8 +133,7 @@ export default function LandingPage() {