From 2e5b442037680456c0df01a4353c9455fdbd2c4c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 16:21:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 270 ++++++++--------------------------------------- 1 file changed, 42 insertions(+), 228 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1368498..0aa3504 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -253,39 +137,13 @@ export default function LandingPage() { description="Tailored solutions for your residential property needs." plans={[ { - id: "p1", - title: "Essential Roof Maintenance", - price: "$299", - period: "/visit", - features: [ - "Gutter Inspection", - "Shingle Assessment", - "Leak Prevention Check", - ], - button: { - text: "Select Plan", - href: "/contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/traditional-ceramic-roof-tiles-government-building-dijon-burgundy-france_1101-2625.jpg", - imageAlt: "Maintenance inspection", - }, + id: "p1", title: "Essential Roof Maintenance", price: "$299", period: "/visit", features: ["Gutter Inspection", "Shingle Assessment", "Leak Prevention Check"], + button: { text: "Select Plan", href: "/contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/traditional-ceramic-roof-tiles-government-building-dijon-burgundy-france_1101-2625.jpg", imageAlt: "Maintenance inspection"}, { - id: "p2", - title: "Full Replacement Project", - price: "Custom", - period: "/quote", - features: [ - "Premium Materials", - "Full Disposal & Cleanup", - "Lifetime Warranty", - ], - button: { - text: "Get Quote", - href: "/contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666437.jpg", - imageAlt: "Full roof project", - }, + id: "p2", title: "Full Replacement Project", price: "Custom", period: "/quote", features: ["Premium Materials", "Full Disposal & Cleanup", "Lifetime Warranty"], + button: { text: "Get Quote", href: "/contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666437.jpg", imageAlt: "Full roof project"}, ]} /> @@ -293,53 +151,9 @@ export default function LandingPage() {