diff --git a/src/app/page.tsx b/src/app/page.tsx index 04e98d7..992ba07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,38 +45,19 @@ export default function LandingPage() {
@@ -173,59 +121,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Greta Turnock", - role: "Homeowner", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg", - }, + id: "1", name: "Greta Turnock", role: "Homeowner", company: "Customer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg"}, { - id: "2", - name: "Sean Farnsworth", - role: "Homeowner", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-smiling_23-2148221808.jpg", - }, + id: "2", name: "Sean Farnsworth", role: "Homeowner", company: "Customer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-smiling_23-2148221808.jpg"}, { - id: "3", - name: "Alex T.", - role: "Homeowner", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-silk-black-jumpsuit-eyeglasses-sits-brown-sofa-living-room-reads_197531-33648.jpg", - }, + id: "3", name: "Alex T.", role: "Homeowner", company: "Customer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-silk-black-jumpsuit-eyeglasses-sits-brown-sofa-living-room-reads_197531-33648.jpg"}, { - id: "4", - name: "Tricia Cochran", - role: "Homeowner", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-looking-front-him-with-copy-space_23-2148422272.jpg", - }, + id: "4", name: "Tricia Cochran", role: "Homeowner", company: "Customer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-looking-front-him-with-copy-space_23-2148422272.jpg"}, { - id: "5", - name: "Blaise Gowans", - role: "Homeowner", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-her-girlfriend-sitting-staircase-reading-book_23-2147891054.jpg", - }, + id: "5", name: "Blaise Gowans", role: "Homeowner", company: "Customer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-with-her-girlfriend-sitting-staircase-reading-book_23-2147891054.jpg"}, ]} kpiItems={[ { - value: "100%", - label: "Reliability", - }, + value: "100%", label: "Reliability"}, { - value: "99%", - label: "On-Time Completion", - }, + value: "99%", label: "On-Time Completion"}, { - value: "5/5", - label: "Average Rating", - }, + value: "5/5", label: "Average Rating"}, ]} title="What Our Clients Say" description="Reliable, professional, and impeccable quality. Join the many satisfied homeowners who trust us with their deck improvements." @@ -239,28 +156,17 @@ export default function LandingPage() { description="Ready to transform your home? Contact us today for a free, no-obligation estimate on your custom railing project." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Describe your railing needs or project requirements...", - rows: 4, + name: "message", placeholder: "Describe your railing needs or project requirements...", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/low-angle-city-building_23-2148814158.jpg" @@ -272,33 +178,21 @@ export default function LandingPage() {