diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9a2832a..ee9a26d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,105 +41,38 @@ export default function LandingPage() {
@@ -162,20 +83,11 @@ export default function LandingPage() {
title="A Legacy of Trust"
description="We are proud to be 3rd-generation roofers, carrying forward decades of integrity and technical excellence. Our commitment is to family values and home safety."
metrics={[
- {
- value: "25+",
- title: "Years of Excellence",
- },
- {
- value: "500+",
- title: "Completed Projects",
- },
- {
- value: "100%",
- title: "Customer Satisfaction",
- },
+ { value: "25+", title: "Years of Excellence" },
+ { value: "500+", title: "Completed Projects" },
+ { value: "100%", title: "Customer Satisfaction" }
]}
- imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg"
imageAlt="Our roofing team at work"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -187,53 +99,23 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- features={[
- {
- title: "New Installation",
- description: "High-quality shingles, tiles, and modern systems installed with precision engineering.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-8975.jpg",
- imageAlt: "New roof installation service",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13151.jpg",
- imageAlt: "New roof construction project",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg?_wi=2",
- imageAlt: "shingle roof installation service",
- },
- {
- title: "Roof Repairs",
- description: "Fast-response repairs that stop leaks instantly and extend the total lifespan of your roof.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg",
- imageAlt: "Expert roof repair fix",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg",
- imageAlt: "Professional roof inspection",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg?_wi=2",
- imageAlt: "shingle roof installation service",
- },
- {
- title: "Insurance & Permits",
- description: "We take the headache out of the process by handling all permits and insurance-compliant paperwork.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/civil-engineers-work-large-road-machinery-conditions_1150-24330.jpg",
- imageAlt: "Construction documentation",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/business-clients-broker-salesman-examining-blueprints-layout_482257-90840.jpg",
- imageAlt: "Building permit compliance",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020305.jpg",
- imageAlt: "shingle roof installation service",
- },
- ]}
showStepNumbers={true}
title="Premium Roofing Services"
description="Comprehensive solutions designed to protect and beautify your home for years to come."
+ features={[
+ {
+ title: "New Installation", description: "High-quality shingles, tiles, and modern systems installed with precision engineering.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-8975.jpg", imageAlt: "New roof installation service" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13151.jpg", imageAlt: "New roof construction project" }
+ },
+ {
+ title: "Roof Repairs", description: "Fast-response repairs that stop leaks instantly and extend the total lifespan of your roof.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg", imageAlt: "Expert roof repair fix" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg", imageAlt: "Professional roof inspection" }
+ },
+ {
+ title: "Insurance & Permits", description: "We take the headache out of the process by handling all permits and insurance-compliant paperwork.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/civil-engineers-work-large-road-machinery-conditions_1150-24330.jpg", imageAlt: "Construction documentation" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-clients-broker-salesman-examining-blueprints-layout_482257-90840.jpg", imageAlt: "Building permit compliance" }
+ }
+ ]}
/>
@@ -241,15 +123,7 @@ export default function LandingPage() {