diff --git a/src/app/page.tsx b/src/app/page.tsx index df53ad0..3a3f73d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,47 +46,26 @@ export default function LandingPage() {
@@ -115,29 +86,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "Roof Damage Repair", - description: "Rapid response and lasting fixes for storm damage, leaking tiles, and aging roofs.", - tag: "Expertise", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg", - imageAlt: "Medium shot men working together", - }, + id: "s1", title: "Roof Damage Repair", description: "Rapid response and lasting fixes for storm damage, leaking tiles, and aging roofs.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg", imageAlt: "Medium shot men working together"}, { - id: "s2", - title: "Pest Prevention", - description: "Securing your home by sealing entry points and fortifying wooden structures against pests.", - tag: "Protection", - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=2", - imageAlt: "Medium shot men working together", - }, + id: "s2", title: "Pest Prevention", description: "Securing your home by sealing entry points and fortifying wooden structures against pests.", tag: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg", imageAlt: "Medium shot men working together"}, { - id: "s3", - title: "General Carpentry", - description: "Custom woodwork, structural framing, and home renovation services tailored to your needs.", - tag: "Craft", - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-making-design-from-wood_23-2148640298.jpg?_wi=2", - imageAlt: "Medium shot men working together", - }, + id: "s3", title: "General Carpentry", description: "Custom woodwork, structural framing, and home renovation services tailored to your needs.", tag: "Craft", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-making-design-from-wood_23-2148640298.jpg", imageAlt: "Medium shot men working together"}, ]} title="Our Expert Services" description="Comprehensive home repair and renovation solutions." @@ -148,48 +101,24 @@ export default function LandingPage() {