Merge version_2 into main #12
268
src/app/page.tsx
268
src/app/page.tsx
@@ -28,148 +28,148 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Astra Roofing"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Astra Roofing"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
title="Roofing Done Right — First Time, Every Time"
|
||||
description="Trusted local roofing specialists delivering premium workmanship across Walsall and surrounding areas. 5.0 Rated Local Roofing Service. 24/7 Availability."
|
||||
testimonials={[
|
||||
{ name: "Adrian S.", handle: "Local Client", testimonial: "Friendly, professional and competitively priced. The standard of workmanship is first class.", rating: 5 },
|
||||
{ name: "Verified Customer", handle: "Local Client", testimonial: "Michael quickly identified the issue and fixed our roof leak properly. Honest, knowledgeable and affordable.", rating: 5 },
|
||||
{ name: "Local Client", handle: "Local Client", testimonial: "Expertise second to none. Explained everything clearly and delivered exactly what was promised.", rating: 5 }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get a Free Quote", href: "#contact" },
|
||||
{ text: "Call Now: 01922 645993", href: "tel:01922645993" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg?_wi=2"
|
||||
imageAlt="Astra Roofing luxury craftsmanship"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
title="Roofing Done Right — First Time, Every Time"
|
||||
description="Trusted local roofing specialists delivering premium workmanship across Walsall and surrounding areas. 5.0 Rated Local Roofing Service. 24/7 Availability."
|
||||
testimonials={[
|
||||
{ name: "Adrian S.", handle: "Local Client", testimonial: "Friendly, professional and competitively priced. The standard of workmanship is first class.", rating: 5 },
|
||||
{ name: "Verified Customer", handle: "Local Client", testimonial: "Michael quickly identified the issue and fixed our roof leak properly. Honest, knowledgeable and affordable.", rating: 5 },
|
||||
{ name: "Local Client", handle: "Local Client", testimonial: "Expertise second to none. Explained everything clearly and delivered exactly what was promised.", rating: 5 }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get a Free Quote", href: "#contact" },
|
||||
{ text: "Call Now: 01922 645993", href: "tel:01922645993" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg?_wi=2"
|
||||
imageAlt="Astra Roofing luxury craftsmanship"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Roof Repairs", description: "Leaks, damaged tiles, storm damage — fixed properly, not patched temporarily.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg?_wi=2", imageAlt: "Roof repairs" },
|
||||
items: [{ icon: Shield, text: "Permanent solutions" }, { icon: Zap, text: "Fast response" }],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
title: "New Roof Installations", description: "Built to last using high-quality materials and expert workmanship.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wooden-house-with-dark-roof_23-2149343705.jpg?_wi=2", imageAlt: "New roof installation" },
|
||||
items: [{ icon: Home, text: "New builds" }, { icon: Award, text: "Quality materials" }],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
title: "Flat Roofing", description: "Durable, weather-resistant flat roofing systems installed with precision.", media: { imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg?_wi=2", imageAlt: "Flat roofing" },
|
||||
items: [{ icon: Layers, text: "Weather resistant" }, { icon: CheckCircle, text: "Precision install" }],
|
||||
reverse: false,
|
||||
}
|
||||
]}
|
||||
title="Complete Roofing Solutions"
|
||||
description="Premium roofing services tailored to your property needs with precision and durability."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Roof Repairs", description: "Leaks, damaged tiles, storm damage — fixed properly, not patched temporarily.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg?_wi=2", imageAlt: "Roof repairs" },
|
||||
items: [{ icon: Shield, text: "Permanent solutions" }, { icon: Zap, text: "Fast response" }],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
title: "New Roof Installations", description: "Built to last using high-quality materials and expert workmanship.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wooden-house-with-dark-roof_23-2149343705.jpg?_wi=2", imageAlt: "New roof installation" },
|
||||
items: [{ icon: Home, text: "New builds" }, { icon: Award, text: "Quality materials" }],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
title: "Flat Roofing", description: "Durable, weather-resistant flat roofing systems installed with precision.", media: { imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg?_wi=2", imageAlt: "Flat roofing" },
|
||||
items: [{ icon: Layers, text: "Weather resistant" }, { icon: CheckCircle, text: "Precision install" }],
|
||||
reverse: false,
|
||||
}
|
||||
]}
|
||||
title="Complete Roofing Solutions"
|
||||
description="Premium roofing services tailored to your property needs with precision and durability."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-astra" data-section="why-astra">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="The Astra Standard"
|
||||
description="We don't just fix roofs; we build lasting relationships through superior local service."
|
||||
bulletPoints={[
|
||||
{ title: "5-Star Rated Local Business", description: "Trusted by hundreds of homeowners in Walsall.", icon: Award },
|
||||
{ title: "Transparent Pricing", description: "No hidden costs, no surprises — just honest quotes.", icon: CheckCircle },
|
||||
{ title: "Expert Craftsmanship", description: "Built to last — Not just quick fixes.", icon: Shield },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg"
|
||||
imageAlt="Craftsmanship at work"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="why-astra" data-section="why-astra">
|
||||
<SplitAbout
|
||||
title="The Astra Standard"
|
||||
description="We don't just fix roofs; we build lasting relationships through superior local service."
|
||||
bulletPoints={[
|
||||
{ title: "5-Star Rated Local Business", description: "Trusted by hundreds of homeowners in Walsall.", icon: Award },
|
||||
{ title: "Transparent Pricing", description: "No hidden costs, no surprises — just honest quotes.", icon: CheckCircle },
|
||||
{ title: "Expert Craftsmanship", description: "Built to last — Not just quick fixes.", icon: Shield },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg"
|
||||
imageAlt="Craftsmanship at work"
|
||||
mediaAnimation="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Adrian S.", date: "Oct 2023", title: "First Class Work", quote: "Friendly, professional and competitively priced. The standard of workmanship is first class.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg" },
|
||||
{ id: "2", name: "Verified Customer", date: "Sept 2023", title: "Honest & Affordable", quote: "Michael quickly identified the issue and fixed our roof leak properly. Honest, knowledgeable and affordable.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-women-works-garden_1157-24617.jpg" }
|
||||
]}
|
||||
title="Trusted by Local Homeowners"
|
||||
description="Our customers choose Astra Roofing because we combine honest advice, fair pricing, and exceptional craftsmanship."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Adrian S.", date: "Oct 2023", title: "First Class Work", quote: "Friendly, professional and competitively priced. The standard of workmanship is first class.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg" },
|
||||
{ id: "2", name: "Verified Customer", date: "Sept 2023", title: "Honest & Affordable", quote: "Michael quickly identified the issue and fixed our roof leak properly. Honest, knowledgeable and affordable.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-women-works-garden_1157-24617.jpg" }
|
||||
]}
|
||||
title="Trusted by Local Homeowners"
|
||||
description="Our customers choose Astra Roofing because we combine honest advice, fair pricing, and exceptional craftsmanship."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="A Simple, Professional Process"
|
||||
tag="Our Process"
|
||||
metrics={[
|
||||
{ id: "m1", value: "1", description: "Get in Touch - Call or request a quote online" },
|
||||
{ id: "m2", value: "2", description: "Roof Inspection - We assess the issue properly" },
|
||||
{ id: "m3", value: "3", description: "Clear Quote - No hidden costs, no surprises" },
|
||||
{ id: "m4", value: "4", description: "Expert Workmanship - Completed to the highest standard" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="process" data-section="process">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="A Simple, Professional Process"
|
||||
tag="Our Process"
|
||||
metrics={[
|
||||
{ id: "m1", value: "1", description: "Get in Touch - Call or request a quote online" },
|
||||
{ id: "m2", value: "2", description: "Roof Inspection - We assess the issue properly" },
|
||||
{ id: "m3", value: "3", description: "Clear Quote - No hidden costs, no surprises" },
|
||||
{ id: "m4", value: "4", description: "Expert Workmanship - Completed to the highest standard" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="local-focus" data-section="local-focus">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "l1", title: "Where are you based?", content: "312 Sutton Rd, Walsall WS5 3BD" },
|
||||
{ id: "l2", title: "Availability", content: "We are open 24 hours a day for emergency support." },
|
||||
]}
|
||||
title="Proudly Serving Walsall"
|
||||
description="Based on Sutton Road, Astra Roofing Limited is your local roofing expert."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="local-focus" data-section="local-focus">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "l1", title: "Where are you based?", content: "312 Sutton Rd, Walsall WS5 3BD" },
|
||||
{ id: "l2", title: "Availability", content: "We are open 24 hours a day for emergency support." },
|
||||
]}
|
||||
title="Proudly Serving Walsall"
|
||||
description="Based on Sutton Road, Astra Roofing Limited is your local roofing expert."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Got a Leak or Roofing Issue?"
|
||||
description="Don't wait until it gets worse. Small problems turn into expensive repairs fast."
|
||||
buttons={[
|
||||
{ text: "Get a Free Quote", href: "#" },
|
||||
{ text: "Call Now: 01922 645993", href: "tel:01922645993" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Got a Leak or Roofing Issue?"
|
||||
description="Don't wait until it gets worse. Small problems turn into expensive repairs fast."
|
||||
buttons={[
|
||||
{ text: "Get a Free Quote", href: "#" },
|
||||
{ text: "Call Now: 01922 645993", href: "tel:01922645993" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Astra Roofing Limited"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }, { label: "Reviews", href: "#testimonials" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Contact", items: [{ label: "01922 645993", href: "tel:01922645993" }, { label: "Walsall", href: "#" }, { label: "Open 24/7", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Astra Roofing Limited"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Astra Roofing Limited"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }, { label: "Reviews", href: "#testimonials" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Contact", items: [{ label: "01922 645993", href: "tel:01922645993" }, { label: "Walsall", href: "#" }, { label: "Open 24/7", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Astra Roofing Limited"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user