From 8d8a65ec651e73cf352cb0af70b97f13608317ee Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:05:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 236 ++++++++++------------------------------------- 1 file changed, 47 insertions(+), 189 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 280ca9d..c259d7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,18 +30,9 @@ export default function LandingPage() { @@ -182,26 +108,11 @@ export default function LandingPage() { rating={5} author="San Antonio Homeowner" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-woman-holds-phone-thumbs-up-isolated-green-background-with-copy-space_141793-70148.jpg", - alt: "Sarah J.", - }, - { - src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", - alt: "Mike C.", - }, - { - src: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-3768.jpg", - alt: "Emily R.", - }, - { - src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12687.jpg", - alt: "David K.", - }, - { - src: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg", - alt: "Lisa M.", - }, + { src: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-woman-holds-phone-thumbs-up-isolated-green-background-with-copy-space_141793-70148.jpg", alt: "Sarah J." }, + { src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", alt: "Mike C." }, + { src: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-3768.jpg", alt: "Emily R." }, + { src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12687.jpg", alt: "David K." }, + { src: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg", alt: "Lisa M." } ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -215,21 +126,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "24/7", - description: "Emergency Support", - }, - { - id: "m2", - value: "Local", - description: "San Antonio Based", - }, - { - id: "m3", - value: "Fast", - description: "Response Time", - }, + { id: "m1", value: "24/7", description: "Emergency Support" }, + { id: "m2", value: "Local", description: "San Antonio Based" }, + { id: "m3", value: "Fast", description: "Response Time" } ]} title="24/7 Emergency Services" description="Available across San Antonio, TX." @@ -242,24 +141,10 @@ export default function LandingPage() { title="Need a Plumber? Get a Fast Response Today" description="Fill out the form and our team will contact you shortly." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "phone", type: "tel", placeholder: "Your Phone Number", required: true } ]} - textarea={{ - name: "message", - placeholder: "What service do you need?", - rows: 4, - }} + textarea={{ name: "message", placeholder: "What service do you need?", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-isolated-purple-background_141793-84945.jpg" /> @@ -270,18 +155,8 @@ export default function LandingPage() { title="Contact Little Chief Plumbing" description="We are ready to help you with your plumbing needs." inputs={[ - { - name: "name", - type: "text", - placeholder: "Full Name", - required: true, - }, - { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, - }, + { name: "name", type: "text", placeholder: "Full Name", required: true }, + { name: "phone", type: "tel", placeholder: "Phone Number", required: true } ]} imageSrc="http://img.b2bpic.net/free-photo/interior-female-workspace-home_23-2147778843.jpg" /> @@ -291,35 +166,18 @@ export default function LandingPage() {