diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 846c1cc..1bfc951 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -26,32 +26,14 @@ export default function LandingPage() {
@@ -61,34 +43,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "f1", - label: "Remodeling", - title: "Bathroom & Bathtubs", - items: [ - "Bathroom Remodeling", - "Bathtub Installation", - ], - }, - { - id: "f2", - label: "Repair", - title: "Plumbing & Walls", - items: [ - "Plumbing", - "Drywall Repair", - ], - }, - { - id: "f3", - label: "General", - title: "Home Upgrades", - items: [ - "Wood Repair", - "General Home Repairs", - "Cabinet Mounting", - ], - }, + { id: "f1", label: "Remodeling", title: "Bathroom & Bathtubs", items: ["Bathroom Remodeling", "Bathtub Installation"] }, + { id: "f2", label: "Repair", title: "Plumbing & Walls", items: ["Plumbing", "Drywall Repair"] }, + { id: "f3", label: "General", title: "Home Upgrades", items: ["Wood Repair", "General Home Repairs", "Cabinet Mounting"] }, ]} title="Professional Handyman Services" description="Comprehensive home care solutions for property managers and homeowners in San Jose." @@ -103,14 +60,7 @@ export default function LandingPage() { title="Service Highlights" description="Top-tier maintenance for your property." features={[ - { - title: "Quick Fixes", - description: "Fast turnarounds.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ak799r&_wi=3", - imageAlt: "handyman construction professional site", - }, + { title: "Quick Fixes", description: "Fast turnarounds.", bentoComponent: "reveal-icon", icon: Zap }, ]} /> @@ -119,36 +69,8 @@ export default function LandingPage() {