diff --git a/src/app/page.tsx b/src/app/page.tsx index 425d0cb..e85f5cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,11 +16,11 @@ export default function LandingPage() { return ( @@ -105,16 +105,13 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "1", title: "Proactive Communication", author: "Your Peace of Mind", description: "You'll know what's happening, what's next, and when we're finished. Daily updates. No surprises. No guessing.", tags: ["Transparency", "Updates"], - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", imageAlt: "roof replacement new roofing construction installation" + id: "1", title: "Proactive Communication", author: "Your Peace of Mind", description: "You'll know what's happening, what's next, and when we're finished. Daily updates. No surprises. No guessing.", tags: ["Transparency", "Updates"], imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "roof replacement new roofing construction installation" }, { - id: "2", title: "Craftsmanship That Solves Problems", author: "Long-Term Performance", description: "We don't just replace shingles—we address drainage, flashing, ventilation, and long-term performance. Pooling on flat roofs? We sculpt and fix it.", tags: ["Expert Work", "Durability"], - imageSrc: "http://img.b2bpic.net/free-photo/empty-pool-with-chairs-near-cliff-sea_181624-3442.jpg?_wi=2", imageAlt: "flat roof commercial roofing pooling solution drainage" + id: "2", title: "Craftsmanship That Solves Problems", author: "Long-Term Performance", description: "We don't just replace shingles—we address drainage, flashing, ventilation, and long-term performance. Pooling on flat roofs? We sculpt and fix it.", tags: ["Expert Work", "Durability"], imageSrc: "http://img.b2bpic.net/free-photo/empty-pool-with-chairs-near-cliff-sea_181624-3442.jpg", imageAlt: "flat roof commercial roofing pooling solution drainage" }, { - id: "3", title: "Clean Job Sites, Respectful Teams", author: "Your Home Matters", description: "We protect your property with magnetic nail sweeps, tarped landscaping, and daily cleanup. We leave your home cleaner than we found it.", tags: ["Professional", "Respect"], - imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27384.jpg?_wi=2", imageAlt: "crew cleanup construction cleanup professional job site" + id: "3", title: "Clean Job Sites, Respectful Teams", author: "Your Home Matters", description: "We protect your property with magnetic nail sweeps, tarped landscaping, and daily cleanup. We leave your home cleaner than we found it.", tags: ["Professional", "Respect"], imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27384.jpg", imageAlt: "crew cleanup construction cleanup professional job site" } ]} /> @@ -132,19 +129,19 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Roof Replacement", price: "Fair Quote", variant: "Complete teardown & installation", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3", imageAlt: "Roof replacement project" + id: "1", name: "Roof Replacement", price: "Fair Quote", variant: "Complete teardown & installation", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Roof replacement project" }, { id: "2", name: "Roof Repairs", price: "Transparent Pricing", variant: "Spot repairs & patching", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Roof repair work" }, { - id: "3", name: "Re-shingling", price: "Expert Craftsmanship", variant: "Shingle replacement & sealing", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=4", imageAlt: "Re-shingling service" + id: "3", name: "Re-shingling", price: "Expert Craftsmanship", variant: "Shingle replacement & sealing", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Re-shingling service" }, { - id: "4", name: "Flat Roof Solutions", price: "Problem Solved", variant: "Pooling & drainage fixes", imageSrc: "http://img.b2bpic.net/free-photo/empty-pool-with-chairs-near-cliff-sea_181624-3442.jpg?_wi=3", imageAlt: "Flat roof repair solution" + id: "4", name: "Flat Roof Solutions", price: "Problem Solved", variant: "Pooling & drainage fixes", imageSrc: "http://img.b2bpic.net/free-photo/empty-pool-with-chairs-near-cliff-sea_181624-3442.jpg", imageAlt: "Flat roof repair solution" }, { - id: "5", name: "Leak Detection", price: "Quick Diagnosis", variant: "Inspection & location", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=2", imageAlt: "Leak detection service" + id: "5", name: "Leak Detection", price: "Quick Diagnosis", variant: "Inspection & location", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Leak detection service" }, { id: "6", name: "Ventilation & Flashing", price: "Long-Term Protection", variant: "Vent, flashing & chimney work", imageSrc: "http://img.b2bpic.net/free-photo/gray-stainless-steel-roof-exhaust_422131-40.jpg", imageAlt: "Ventilation and flashing installation" @@ -175,7 +172,7 @@ export default function LandingPage() { id: "5", value: "Step 5", description: "Final walkthrough + cleanup. We show you the finished work and leave the site spotless." } ]} - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -204,7 +201,7 @@ export default function LandingPage() { { text: "Call Now: (555) 123-4567", onClick: () => window.location.href = 'tel:+15551234567' } ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} />