diff --git a/src/app/page.tsx b/src/app/page.tsx index 519c99a..f2c3a66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,19 +45,14 @@ export default function LandingPage() {
@@ -92,19 +77,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Basic landscaping without grading", - "Generic cookie-cutter patios", - "Poor drainage planning", - "Lack of communication", - ], + "Basic landscaping without grading", "Generic cookie-cutter patios", "Poor drainage planning", "Lack of communication"], }} positiveCard={{ items: [ - "Expert structural grading", - "Custom luxury hardscaping", - "Smart water drainage solutions", - "Transparent, honest updates", - ], + "Expert structural grading", "Custom luxury hardscaping", "Smart water drainage solutions", "Transparent, honest updates"], }} title="Designed to impress, built to endure." description="Professional exterior services that combine aesthetic beauty with structural integrity." @@ -118,40 +95,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Kim Hochstein", - role: "Homeowner", - testimonial: "Exceptional craftsmanship on our backyard. We are thrilled with the outcome.", - imageSrc: "http://img.b2bpic.net/free-photo/male-businessman-white-shirt-looking-confident_259150-56985.jpg", - }, + id: "1", name: "Kim Hochstein", role: "Homeowner", testimonial: "Exceptional craftsmanship on our backyard. We are thrilled with the outcome.", imageSrc: "http://img.b2bpic.net/free-photo/male-businessman-white-shirt-looking-confident_259150-56985.jpg"}, { - id: "2", - name: "Jeff Hochstein", - role: "Homeowner", - testimonial: "Very attentive to detail and honest communication. Great experience.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", - }, + id: "2", name: "Jeff Hochstein", role: "Homeowner", testimonial: "Very attentive to detail and honest communication. Great experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg"}, { - id: "3", - name: "Jason Pele", - role: "Homeowner", - testimonial: "Fantastic job on our drainage. Detailed, forthcoming, and clear.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", - }, + id: "3", name: "Jason Pele", role: "Homeowner", testimonial: "Fantastic job on our drainage. Detailed, forthcoming, and clear.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg"}, { - id: "4", - name: "M Noell", - role: "Homeowner", - testimonial: "Precision and attention to detail are unparalleled. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-men-working-together_23-2149908189.jpg", - }, + id: "4", name: "M Noell", role: "Homeowner", testimonial: "Precision and attention to detail are unparalleled. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-men-working-together_23-2149908189.jpg"}, { - id: "5", - name: "Miguel Pinedo", - role: "Homeowner", - testimonial: "You transformed my home into my favorite place. The best company.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-side-view-excited-architect_23-2148233760.jpg", - }, + id: "5", name: "Miguel Pinedo", role: "Homeowner", testimonial: "You transformed my home into my favorite place. The best company.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-side-view-excited-architect_23-2148233760.jpg"}, ]} title="Real praise from real homeowners." description="See why clients trust our team for their outdoor projects." @@ -164,20 +116,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "What types of projects do you handle?", - content: "We specialize in pavers, concrete, drainage, driveways, sidewalks, and backyard renovations.", - }, + id: "f1", title: "What types of projects do you handle?", content: "We specialize in pavers, concrete, drainage, driveways, sidewalks, and backyard renovations."}, { - id: "f2", - title: "Do you offer free estimates?", - content: "Yes, reach out via phone or form and we will discuss your project.", - }, + id: "f2", title: "Do you offer free estimates?", content: "Yes, reach out via phone or form and we will discuss your project."}, { - id: "f3", - title: "What makes Punchout different?", - content: "Our honesty, communication, and obsession with quality results.", - }, + id: "f3", title: "What makes Punchout different?", content: "Our honesty, communication, and obsession with quality results."}, ]} title="Common Questions" description="Everything you need to know about starting your project." @@ -189,8 +132,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file