diff --git a/src/app/page.tsx b/src/app/page.tsx index 75e0053..375dd4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,64 +45,41 @@ export default function LandingPage() {
@@ -136,28 +105,21 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Emergency Repairs", - description: "Fast response for critical plumbing issues.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-working_23-2148480380.jpg?_wi=1", + title: "Emergency Repairs", description: "Fast response for critical plumbing issues.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-working_23-2148480380.jpg", imageAlt: "professional plumber at work" }, items: [ { icon: AlertCircle, - text: "Freeze protection", - }, + text: "Freeze protection"}, { icon: Droplets, - text: "Burst pipe repair", - }, + text: "Burst pipe repair"}, { icon: Clock, - text: "Same-day service", - }, + text: "Same-day service"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-working_23-2148480380.jpg?_wi=2", - imageAlt: "professional plumber at work", }, ]} title="Professional Plumbing Services" @@ -172,59 +134,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Beckie Leonvega", - role: "Homeowner", - company: "Killeen", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg", - }, + id: "1", name: "Beckie Leonvega", role: "Homeowner", company: "Killeen", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg"}, { - id: "2", - name: "Kiera Sheffler", - role: "Local Guide", - company: "Killeen", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman_181624-15460.jpg", - }, + id: "2", name: "Kiera Sheffler", role: "Local Guide", company: "Killeen", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman_181624-15460.jpg"}, { - id: "3", - name: "Reuben Vazquez", - role: "Local Guide", - company: "Killeen", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-looking-smartphone-bench_23-2147950216.jpg", - }, + id: "3", name: "Reuben Vazquez", role: "Local Guide", company: "Killeen", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-looking-smartphone-bench_23-2147950216.jpg"}, { - id: "4", - name: "Satisfied Client", - role: "Resident", - company: "Killeen", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg", - }, + id: "4", name: "Satisfied Client", role: "Resident", company: "Killeen", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg"}, { - id: "5", - name: "Happy Neighbor", - role: "Resident", - company: "Killeen", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", - }, + id: "5", name: "Happy Neighbor", role: "Resident", company: "Killeen", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg"}, ]} kpiItems={[ { - value: "4.6", - label: "Google Rating", - }, + value: "4.6", label: "Google Rating"}, { - value: "44+", - label: "Reviews", - }, + value: "44+", label: "Reviews"}, { - value: "100%", - label: "Dedicated", - }, + value: "100%", label: "Dedicated"}, ]} title="What Our Neighbors Say" description="Don't take our word for it. See why Killeen residents trust Judd Plumbing." @@ -235,8 +166,7 @@ export default function LandingPage() {