Merge version_1 into main #2
149
src/app/page.tsx
149
src/app/page.tsx
@@ -17,27 +17,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="JD Roofing Ltd"
|
||||
/>
|
||||
@@ -46,51 +45,28 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Quality Roofing & Building Services in Leicester"
|
||||
description="With over 27 years of experience, we provide reliable, family-owned roofing repairs and building solutions. Get your free, no-obligation estimate today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us Now", href: "#contact"},
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Services", href: "#services"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg?_wi=1",
|
||||
imageAlt: "Roof repair service",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg", imageAlt: "Roof repair service"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg?_wi=2",
|
||||
imageAlt: "Professional roofing",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg", imageAlt: "Professional roofing"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg?_wi=3",
|
||||
imageAlt: "New roof installation",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg", imageAlt: "New roof installation"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg?_wi=4",
|
||||
imageAlt: "Building repair work",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg", imageAlt: "Building repair work"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg?_wi=5",
|
||||
imageAlt: "High quality guttering",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg", imageAlt: "High quality guttering"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg?_wi=6",
|
||||
imageAlt: "Expert brickwork",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg", imageAlt: "Expert brickwork"},
|
||||
]}
|
||||
tag="Expert Roofing Services"
|
||||
tagIcon={Building2}
|
||||
@@ -105,30 +81,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "27+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
id: "1", value: "27+", description: "Years Experience"},
|
||||
{
|
||||
id: "2",
|
||||
value: "4.9★",
|
||||
description: "Google Rating",
|
||||
},
|
||||
id: "2", value: "4.9★", description: "Google Rating"},
|
||||
{
|
||||
id: "3",
|
||||
value: "Family",
|
||||
description: "Owned Business",
|
||||
},
|
||||
id: "3", value: "Family", description: "Owned Business"},
|
||||
{
|
||||
id: "4",
|
||||
value: "Free",
|
||||
description: "Estimates",
|
||||
},
|
||||
id: "4", value: "Free", description: "Estimates"},
|
||||
{
|
||||
id: "5",
|
||||
value: "100%",
|
||||
description: "Insured Work",
|
||||
},
|
||||
id: "5", value: "100%", description: "Insured Work"},
|
||||
]}
|
||||
title="Why Trust Us"
|
||||
description="Our track record speaks for itself. We prioritize quality and customer satisfaction above all else."
|
||||
@@ -142,37 +103,19 @@ export default function LandingPage() {
|
||||
description="High-quality workmanship with long-lasting results for your home."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Roof Repairs",
|
||||
content: "Professional repair of leaks, tiles, and structural damage.",
|
||||
},
|
||||
id: "s1", title: "Roof Repairs", content: "Professional repair of leaks, tiles, and structural damage."},
|
||||
{
|
||||
id: "s2",
|
||||
title: "New Roofs",
|
||||
content: "Complete roof replacements using premium materials.",
|
||||
},
|
||||
id: "s2", title: "New Roofs", content: "Complete roof replacements using premium materials."},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Flat Roofing",
|
||||
content: "Durable and reliable flat roofing systems.",
|
||||
},
|
||||
id: "s3", title: "Flat Roofing", content: "Durable and reliable flat roofing systems."},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Guttering",
|
||||
content: "Efficient cleaning, repair, and installation of gutter systems.",
|
||||
},
|
||||
id: "s4", title: "Guttering", content: "Efficient cleaning, repair, and installation of gutter systems."},
|
||||
{
|
||||
id: "s5",
|
||||
title: "Repointing",
|
||||
content: "Restoring masonry to prevent water ingress.",
|
||||
},
|
||||
id: "s5", title: "Repointing", content: "Restoring masonry to prevent water ingress."},
|
||||
{
|
||||
id: "s6",
|
||||
title: "Patios & Building Work",
|
||||
content: "General building construction and patio paving.",
|
||||
},
|
||||
id: "s6", title: "Patios & Building Work", content: "General building construction and patio paving."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg"
|
||||
imageAlt="Roofing building services"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -183,30 +126,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-holding-cellphone-happy-emoji-message-against-brick-wall_23-2147841183.jpg",
|
||||
},
|
||||
id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-holding-cellphone-happy-emoji-message-against-brick-wall_23-2147841183.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-coworkers-with-blueprint_23-2147727682.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/young-coworkers-with-blueprint_23-2147727682.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-big-city-girl-enjoying-city-space-text_169016-66355.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-big-city-girl-enjoying-city-space-text_169016-66355.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "John B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
},
|
||||
id: "5", name: "John B.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Customers Say"
|
||||
cardAnimation="slide-up"
|
||||
@@ -219,8 +147,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Get in touch"
|
||||
title="Need Roofing Work Done?"
|
||||
description="Ready to get started? We provide free, no-obligation quotes for all your roofing and building needs."
|
||||
|
||||
Reference in New Issue
Block a user