diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c3cbca..6f95e79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,18 +29,9 @@ export default function LandingPage() { @@ -166,26 +101,10 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "01", - description: "Request a free quote", - }, - { - id: "m2", - value: "02", - description: "Professional inspection", - }, - { - id: "m3", - value: "03", - description: "Transparent pricing", - }, - { - id: "m4", - value: "04", - description: "Job done right", - }, + { id: "m1", value: "01", description: "Request a free quote" }, + { id: "m2", value: "02", description: "Professional inspection" }, + { id: "m3", value: "03", description: "Transparent pricing" }, + { id: "m4", value: "04", description: "Job done right" }, ]} title="Simple. Fast. Reliable." description="Our proven 4-step process ensures a stress-free experience for every homeowner." @@ -198,41 +117,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Sarah Miller", - handle: "Homeowner", - testimonial: "Excellent service and fast repair. My roof is like new!", - imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg?_wi=1", - }, - { - id: "t2", - name: "Mark Jones", - handle: "Landlord", - testimonial: "Honest pricing and reliable work. Very happy with the team.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", - }, - { - id: "t3", - name: "Emily Davis", - handle: "Homeowner", - testimonial: "Professional, clean, and quick. Highly recommend Lee Roofing.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg", - }, - { - id: "t4", - name: "David Wilson", - handle: "Property Manager", - testimonial: "Great attention to detail and very fair estimates.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg", - }, - { - id: "t5", - name: "Jessica Lee", - handle: "Homeowner", - testimonial: "Fixed my leak immediately during storm season. Lifesavers.", - imageSrc: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328313.jpg", - }, + { id: "t1", name: "Sarah Miller", handle: "Homeowner", testimonial: "Excellent service and fast repair. My roof is like new!", imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg" }, + { id: "t2", name: "Mark Jones", handle: "Landlord", testimonial: "Honest pricing and reliable work. Very happy with the team.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg" }, + { id: "t3", name: "Emily Davis", handle: "Homeowner", testimonial: "Professional, clean, and quick. Highly recommend Lee Roofing.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg" }, + { id: "t4", name: "David Wilson", handle: "Property Manager", testimonial: "Great attention to detail and very fair estimates.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg" }, + { id: "t5", name: "Jessica Lee", handle: "Homeowner", testimonial: "Fixed my leak immediately during storm season. Lifesavers.", imageSrc: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328313.jpg" }, ]} title="Trusted by Local Homeowners" description="Don't just take our word for it — see what our neighbors are saying." @@ -245,45 +134,20 @@ export default function LandingPage() { title="Got a Leak? Don't Wait." description="Roof problems only get worse over time. Reach out today for a free inspection." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "phone", type: "tel", placeholder: "Your Phone Number", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} - textarea={{ - name: "message", - placeholder: "Describe your roofing issue...", - rows: 4, - }} - imageSrc="http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg?_wi=2" + textarea={{ name: "message", placeholder: "Describe your roofing issue...", rows: 4 }} + imageSrc="http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg" />