1 Commits

Author SHA1 Message Date
c76f6beb16 Update src/app/page.tsx 2026-05-11 00:32:05 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Services", name: "Services", id: "features"},
id: "features",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="All Around Roofing" brandName="All Around Roofing"
/> />
@@ -58,9 +50,7 @@ export default function LandingPage() {
description="Expert craftsmanship for your home exterior. Professional, reliable, and durable solutions." description="Expert craftsmanship for your home exterior. Professional, reliable, and durable solutions."
buttons={[ buttons={[
{ {
text: "Get a Quote", text: "Get a Quote", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343677.jpg" imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343677.jpg"
imageAlt="Roofing installation service" imageAlt="Roofing installation service"
@@ -70,9 +60,9 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
title="About Our Company"
useInvertedBackground={true} useInvertedBackground={true}
title="Your Trusted Home Exterior Experts" />
/>
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
@@ -81,26 +71,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
tag: "Expert", tag: "Expert", title: "Roofing", subtitle: "Full Roof Systems", description: "High-quality roofing installation and repair using top-tier materials.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg"},
title: "Roofing",
subtitle: "Full Roof Systems",
description: "High-quality roofing installation and repair using top-tier materials.",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg",
},
{ {
tag: "Detail", tag: "Detail", title: "Siding", subtitle: "Exterior Cladding", description: "Durable and stylish siding solutions to protect and beautify your home.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290153.jpg"},
title: "Siding",
subtitle: "Exterior Cladding",
description: "Durable and stylish siding solutions to protect and beautify your home.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290153.jpg",
},
{ {
tag: "Drainage", tag: "Drainage", title: "Gutters", subtitle: "System Maintenance", description: "Professional gutter cleaning, repair, and new seamless gutter installations.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg"},
title: "Gutters",
subtitle: "System Maintenance",
description: "Professional gutter cleaning, repair, and new seamless gutter installations.",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg",
},
]} ]}
title="Our Services" title="Our Services"
description="We specialize in complete exterior restoration and maintenance." description="We specialize in complete exterior restoration and maintenance."
@@ -115,25 +90,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "15+", title: "Years Experience", description: "Years serving local homeowners", icon: Award,
value: "15+",
title: "Years Experience",
description: "Years serving local homeowners",
icon: Award,
}, },
{ {
id: "m2", id: "m2", value: "500+", title: "Projects Completed", description: "Successfully finished exterior jobs", icon: CheckCircle,
value: "500+",
title: "Projects Completed",
description: "Successfully finished exterior jobs",
icon: CheckCircle,
}, },
{ {
id: "m3", id: "m3", value: "100%", title: "Customer Satisfaction", description: "Dedication to your total happiness", icon: Star,
value: "100%",
title: "Customer Satisfaction",
description: "Dedication to your total happiness",
icon: Star,
}, },
]} ]}
title="Our Impact" title="Our Impact"
@@ -148,59 +111,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "John Doe", role: "Homeowner", company: "Local Customer", rating: 5,
name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-woman-smiling-confident-drinking-coffee-new-home_839833-34774.jpg"},
role: "Homeowner",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-woman-smiling-confident-drinking-coffee-new-home_839833-34774.jpg",
},
{ {
id: "t2", id: "t2", name: "Jane Smith", role: "Resident", company: "Local Customer", rating: 5,
name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205445.jpg"},
role: "Resident",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205445.jpg",
},
{ {
id: "t3", id: "t3", name: "Mike Johnson", role: "Property Owner", company: "Local Customer", rating: 5,
name: "Mike Johnson", imageSrc: "http://img.b2bpic.net/free-photo/businessman-showing-thumbs-up-sign_93675-133117.jpg"},
role: "Property Owner",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-showing-thumbs-up-sign_93675-133117.jpg",
},
{ {
id: "t4", id: "t4", name: "Emily Davis", role: "Homeowner", company: "Local Customer", rating: 5,
name: "Emily Davis", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg"},
role: "Homeowner",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg",
},
{ {
id: "t5", id: "t5", name: "Chris Wilson", role: "Resident", company: "Local Customer", rating: 5,
name: "Chris Wilson", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-home-owner-discussing-ideas-renovation_74855-2946.jpg"},
role: "Resident",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-home-owner-discussing-ideas-renovation_74855-2946.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "4.9/5", value: "4.9/5", label: "Avg Rating"},
label: "Avg Rating",
},
{ {
value: "98%", value: "98%", label: "Retention"},
label: "Retention",
},
{ {
value: "12+", value: "12+", label: "Daily Help"},
label: "Daily Help",
},
]} ]}
title="Client Success Stories" title="Client Success Stories"
description="Hear from our happy customers." description="Hear from our happy customers."
@@ -212,20 +144,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Do you offer free estimates?", content: "Yes, we provide free, no-obligation quotes for all our services."},
title: "Do you offer free estimates?",
content: "Yes, we provide free, no-obligation quotes for all our services.",
},
{ {
id: "f2", id: "f2", title: "Are you licensed and insured?", content: "We are fully licensed, bonded, and insured for your peace of mind."},
title: "Are you licensed and insured?",
content: "We are fully licensed, bonded, and insured for your peace of mind.",
},
{ {
id: "f3", id: "f3", title: "How long does a typical roof take?", content: "Most residential roof replacements take 1-3 days depending on size."},
title: "How long does a typical roof take?",
content: "Most residential roof replacements take 1-3 days depending on size.",
},
]} ]}
sideTitle="Common Questions" sideTitle="Common Questions"
sideDescription="Get answers about our service processes." sideDescription="Get answers about our service processes."
@@ -237,14 +160,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
text="Ready to transform your home exterior? Let's discuss your project today." text="Ready to transform your home exterior? Let's discuss your project today."
buttons={[ buttons={[
{ {
text: "Call Now", text: "Call Now", href: "tel:5550123"},
href: "tel:5550123",
},
]} ]}
/> />
</div> </div>
@@ -254,37 +174,23 @@ export default function LandingPage() {
logoText="All Around Roofing" logoText="All Around Roofing"
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Roofing", label: "Roofing", href: "#"},
href: "#",
},
{ {
label: "Siding", label: "Siding", href: "#"},
href: "#",
},
{ {
label: "Gutters", label: "Gutters", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
{ {
label: "FAQ", label: "FAQ", href: "#"},
href: "#",
},
{ {
label: "Privacy", label: "Privacy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -293,4 +199,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }