27 Commits

Author SHA1 Message Date
d26f0cd21c Update src/app/services/page.tsx 2026-06-11 11:31:13 +00:00
ee8fd197f6 Update src/app/page.tsx 2026-06-11 11:31:13 +00:00
b5a18096bb Update src/app/services/page.tsx 2026-06-11 11:30:49 +00:00
0a62663ac4 Update src/app/page.tsx 2026-06-11 11:30:49 +00:00
8754cedf35 Merge version_4 into main
Merge version_4 into main
2026-06-11 11:26:04 +00:00
129e5d9159 Update src/app/page.tsx 2026-06-11 11:26:01 +00:00
40b7fa144a Switch to version 2: modified src/app/projects/page.tsx 2026-06-11 11:18:36 +00:00
adfd59fb05 Switch to version 2: modified src/app/page.tsx 2026-06-11 11:18:36 +00:00
b15b684411 Switch to version 2: modified src/app/faq/page.tsx 2026-06-11 11:18:35 +00:00
f1bba437ef Switch to version 2: modified src/app/contact/page.tsx 2026-06-11 11:18:35 +00:00
36fd749784 Switch to version 2: modified src/app/about/page.tsx 2026-06-11 11:18:34 +00:00
9dd50d1d01 Merge version_3 into main
Merge version_3 into main
2026-06-11 11:16:33 +00:00
1bbf4d42a6 Update src/app/projects/page.tsx 2026-06-11 11:16:30 +00:00
a321f861dd Merge version_3 into main
Merge version_3 into main
2026-06-11 11:15:55 +00:00
72ca3ead2e Update src/app/projects/page.tsx 2026-06-11 11:15:52 +00:00
8cf64ac346 Merge version_3 into main
Merge version_3 into main
2026-06-11 11:14:20 +00:00
81b257fdb8 Update src/app/projects/page.tsx 2026-06-11 11:14:17 +00:00
ff0501c9dc Update src/app/page.tsx 2026-06-11 11:14:16 +00:00
9f84edd011 Update src/app/faq/page.tsx 2026-06-11 11:14:16 +00:00
353596c72d Update src/app/contact/page.tsx 2026-06-11 11:14:15 +00:00
336bb555a2 Update src/app/about/page.tsx 2026-06-11 11:14:15 +00:00
606077ad55 Merge version_2 into main
Merge version_2 into main
2026-06-11 11:11:09 +00:00
092c0bfb51 Update src/app/page.tsx 2026-06-11 11:11:06 +00:00
d43e154700 Update src/app/faq/page.tsx 2026-06-11 11:11:05 +00:00
414ab25998 Update src/app/contact/page.tsx 2026-06-11 11:11:05 +00:00
4591c8c7b4 Merge version_1 into main
Merge version_1 into main
2026-06-11 11:01:06 +00:00
33e261fb75 Merge version_1 into main
Merge version_1 into main
2026-06-11 11:00:10 +00:00
4 changed files with 96 additions and 216 deletions

View File

@@ -27,33 +27,19 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Projects",
id: "/projects",
},
name: "Projects", id: "/projects"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "FAQs",
id: "/faq",
},
name: "FAQs", id: "/faq"},
{
name: "Get a Quote",
id: "/contact",
},
name: "Get a Quote", id: "/contact"},
]}
brandName="GC Roofing"
/>
@@ -63,22 +49,15 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Get Your Free, Itemized Quote Today"
buttons={[
{
text: "Call Now 07xxx xxxxxx",
href: "tel:07xxxxxxxx",
},
text: "Call Now 07927282276", href: "tel:07927282276"},
{
text: "WhatsApp Us",
href: "https://wa.me/447xxxxxxxx",
},
text: "WhatsApp Us", href: "https://wa.me/447927282276"},
{
text: "Email Us",
href: "mailto:quotes@gcroofing.co.uk",
},
text: "Email Us", href: "mailto:quotes@gcroofing.co.uk"},
]}
/>
</div>
@@ -90,19 +69,13 @@ export default function LandingPage() {
metrics={[
{
icon: Clock,
label: "Fast Response",
value: "Emergency Support",
},
label: "Fast Response", value: "Emergency Support"},
{
icon: Camera,
label: "Stay Informed",
value: "Photographic Updates",
},
label: "Stay Informed", value: "Photographic Updates"},
{
icon: Wallet,
label: "Transparent Pricing",
value: "No Hidden Costs",
},
label: "Transparent Pricing", value: "No Hidden Costs"},
]}
metricsAnimation="slide-up"
/>
@@ -113,70 +86,41 @@ export default function LandingPage() {
logoText="GC Roofing"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "New Slates & Tiled Roofs",
href: "/services#slate-tile",
},
label: "New Slates & Tiled Roofs", href: "/services#slate-tile"},
{
label: "Flat Roof Replacement",
href: "/services#flat-roof",
},
label: "Flat Roof Replacement", href: "/services#flat-roof"},
{
label: "Chimney Removal/Rebuild",
href: "/services#chimney",
},
label: "Chimney Removal/Rebuild", href: "/services#chimney"},
{
label: "Fascia, Soffits & Guttering",
href: "/services#fascia-gutter",
},
label: "Fascia, Soffits & Guttering", href: "/services#fascia-gutter"},
{
label: "Storm Damage & Emergency",
href: "/services#storm-damage",
},
label: "Storm Damage & Emergency", href: "/services#storm-damage"},
{
label: "Skylights & Ventilation",
href: "/services#skylights",
},
label: "Skylights & Ventilation", href: "/services#skylights"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Projects",
href: "/projects",
},
label: "Projects", href: "/projects"},
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "FAQs",
href: "/faq",
},
label: "FAQs", href: "/faq"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -186,4 +130,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -26,33 +26,19 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Projects",
id: "/projects",
},
name: "Projects", id: "/projects"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "FAQs",
id: "/faq",
},
name: "FAQs", id: "/faq"},
{
name: "Get a Quote",
id: "/contact",
},
name: "Get a Quote", id: "/contact"},
]}
brandName="GC Roofing"
/>
@@ -64,35 +50,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-g1",
title: "Do you provide written, itemized quotes?",
content: "Yes, every quote we provide is fully itemized, and we take the time to explain all options in plain English, ensuring complete transparency and no hidden costs.",
},
id: "faq-g1", title: "Do you provide written, itemized quotes?", content: "Yes, every quote we provide is fully itemized, and we take the time to explain all options in plain English, ensuring complete transparency and no hidden costs."},
{
id: "faq-g2",
title: "Do you share photos of the work in progress?",
content: "Absolutely. We provide regular photographic updates throughout the job, so you can see the progress and any hidden details, giving you peace of mind.",
},
id: "faq-g2", title: "Do you share photos of the work in progress?", content: "Absolutely. We provide regular photographic updates throughout the job, so you can see the progress and any hidden details, giving you peace of mind."},
{
id: "faq-g3",
title: "How fast can you attend storm damage?",
content: "For storm damage, we prioritize rapid response and aim for same or next-day attendance where possible. Our immediate focus is to make your roof safe and watertight.",
},
id: "faq-g3", title: "How fast can you attend storm damage?", content: "For storm damage, we prioritize rapid response and aim for same or next-day attendance where possible. Our immediate focus is to make your roof safe and watertight."},
{
id: "faq-g4",
title: "What guarantees do you provide on your work?",
content: "We offer a 10-year workmanship guarantee on all full roof replacements. Materials used are covered by their respective manufacturer warranties, ensuring long-term reliability.",
},
id: "faq-g4", title: "What guarantees do you provide on your work?", content: "We offer a 10-year workmanship guarantee on all full roof replacements. Materials used are covered by their respective manufacturer warranties, ensuring long-term reliability."},
{
id: "faq-g5",
title: "Are you fully insured?",
content: "Yes, GC Roofing is fully insured for both public and employers liability, providing complete peace of mind for both our clients and our team.",
},
id: "faq-g5", title: "Are you fully insured?", content: "Yes, GC Roofing is fully insured for both public and employers liability, providing complete peace of mind for both our clients and our team."},
{
id: "faq-g6",
title: "Will you keep the site tidy during and after work?",
content: "Maintaining a clean and tidy site is a core value for us. We protect your driveways and gardens, manage skip placement efficiently, and ensure everything is spotless upon completion.",
},
id: "faq-g6", title: "Will you keep the site tidy during and after work?", content: "Maintaining a clean and tidy site is a core value for us. We protect your driveways and gardens, manage skip placement efficiently, and ensure everything is spotless upon completion."},
]}
title="Frequently Asked Questions"
description="Find answers to common inquiries about our roofing services, process, and guarantees."
@@ -104,18 +72,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Still have questions? Our friendly team is ready to help you."
buttons={[
{
text: "Get a Quote",
href: "/contact",
},
text: "Get a Quote", href: "/contact"},
{
text: "Call 07xxx xxxxxx",
href: "tel:07xxxxxxxx",
},
text: "Call 07927282276", href: "tel:07927282276"},
]}
/>
</div>
@@ -125,70 +88,41 @@ export default function LandingPage() {
logoText="GC Roofing"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "New Slates & Tiled Roofs",
href: "/services#slate-tile",
},
label: "New Slates & Tiled Roofs", href: "/services#slate-tile"},
{
label: "Flat Roof Replacement",
href: "/services#flat-roof",
},
label: "Flat Roof Replacement", href: "/services#flat-roof"},
{
label: "Chimney Removal/Rebuild",
href: "/services#chimney",
},
label: "Chimney Removal/Rebuild", href: "/services#chimney"},
{
label: "Fascia, Soffits & Guttering",
href: "/services#fascia-gutter",
},
label: "Fascia, Soffits & Guttering", href: "/services#fascia-gutter"},
{
label: "Storm Damage & Emergency",
href: "/services#storm-damage",
},
label: "Storm Damage & Emergency", href: "/services#storm-damage"},
{
label: "Skylights & Ventilation",
href: "/services#skylights",
},
label: "Skylights & Ventilation", href: "/services#skylights"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Projects",
href: "/projects",
},
label: "Projects", href: "/projects"},
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "FAQs",
href: "/faq",
},
label: "FAQs", href: "/faq"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -198,4 +132,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -54,13 +54,15 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-static"}}
title="Roofing done right — first time."
description="New roofs, flat roofs, chimney works, fascia and storm repairs across Greater Belfast and beyond. Fair, transparent pricing with photographic updates."
title="GC Roofing: Unwavering Reliability, Unmatched Craftsmanship."
description="Across Greater Belfast, GC Roofing delivers peace of mind with every project. Reliable. Transparent. Built to last."
titleClassName="text-5xl lg:text-7xl font-extrabold text-[var(--primary-cta)]"
descriptionClassName="text-lg lg:text-xl"
buttons={[
{
text: "Get a Quote", href: "/contact"},
{
text: "Call Now 07xxx xxxxxx", href: "tel:07xxxxxxxx"},
text: "Call Now 07927282276", href: "tel:07927282276"},
]}
carouselItems={[
{
@@ -89,54 +91,54 @@ export default function LandingPage() {
title: "New Slate & Tile Roofs", description: "Full roof replacements to a high standard, with breathable membranes and leadwork.", icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg", imageAlt: "Slate roof repair"},
imageSrc: "https://img.b2bpic.net/free-photo/worker-cutting-metal-roof-sheets_23-2151042792.jpg?_wi=1", imageAlt: "Roofer installing new roof tiles"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "New slate roof construction"},
imageSrc: "https://img.b2bpic.net/free-photo/male-engineer-uniform-gloves-holding-drilling-machine_23-2147775510.jpg?_wi=1", imageAlt: "Close-up of new tile roof installation"},
]
},
{
title: "Flat Roof Replacement", description: "Warm roof systems, GRP or high-grade felt for leak-free, energy-efficient solutions.", icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg", imageAlt: "Flat roof repair"},
imageSrc: "https://img.b2bpic.net/free-photo/people-working-flat-roof_23-2149343729.jpg?_wi=1", imageAlt: "Workers applying membrane to flat roof"},
{
imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg", imageAlt: "Flat roof replacement"},
imageSrc: "https://img.b2bpic.net/free-photo/roof-worker_23-2148464654.jpg?_wi=1", imageAlt: "Finished flat roof with modern sealant"},
]
},
{
title: "Chimney Removal & Rebuild", description: "Structural removals, lead flashings, capping, and brickwork to cure damp and ensure safety.", icon: Building,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-flirting-roof_1153-733.jpg", imageAlt: "Chimney repair"},
imageSrc: "https://img.b2bpic.net/free-photo/bricklayer-working-site-close-up_23-2149405055.jpg?_wi=1", imageAlt: "Bricklayer working on chimney rebuild"},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-old-lighthouse-with-white-sky_181624-876.jpg", imageAlt: "Chimney rebuild"},
imageSrc: "https://img.b2bpic.net/free-photo/man-working-roof_1321-1041.jpg?_wi=1", imageAlt: "Scaffolded chimney being repaired"},
]
},
{
title: "Fascia, Soffits & Guttering", description: "New fascia, soffits, gutters, and downpipes for tidy edges and improved drainage.", icon: Droplet,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/water-gas-pipe-engineering-filtered-image-processed-vintage-effect_1232-4932.jpg", imageAlt: "Gutter cleaning"},
imageSrc: "https://img.b2bpic.net/free-photo/metal-guttering-installed-house-roof_146919-21.jpg?_wi=1", imageAlt: "New white fascia and guttering"},
{
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", imageAlt: "Fascia and guttering"},
imageSrc: "https://img.b2bpic.net/free-photo/workman-installing-plastic-drainage-pipe-house_1308-16149.jpg?_wi=1", imageAlt: "Worker installing a new downpipe"},
]
},
{
title: "Storm Damage & Repairs", description: "Fast diagnosis and same-day call-outs where possible to make safe and permanently repair.", icon: Wrench,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-working-with-spray-paint_23-2149705891.jpg", imageAlt: "Storm damaged roof"},
imageSrc: "https://img.b2bpic.net/free-photo/roof-tiling-on-construction-site_1088-293.jpg?_wi=1", imageAlt: "Damaged roof tiles after storm"},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343643.jpg", imageAlt: "Roofer fixing storm damage"},
imageSrc: "https://img.b2bpic.net/free-photo/worker-roof-repairing-house_1423-1493.jpg?_wi=1", imageAlt: "Roofer fixing wind-damaged roof"},
]
},
{
title: "Skylights & Roof Ventilation", description: "Velux installation, vent tiles, and condensation solutions for attic comfort.", icon: MessageCircle,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388971.jpg", imageAlt: "Skylight installation"},
imageSrc: "https://img.b2bpic.net/free-photo/roofer-installing-window_23-2148464673.jpg?_wi=1", imageAlt: "Velux skylight being installed"},
{
imageSrc: "http://img.b2bpic.net/free-photo/window-with-metal-railing_1127-2070.jpg", imageAlt: "Velux window"},
imageSrc: "https://img.b2bpic.net/free-photo/roof-repair-specialist-is-replacing-shingles-damaged-by-hail_1308-142340.jpg?_wi=1", imageAlt: "New roof ventilation system"},
]
},
]}
@@ -236,7 +238,7 @@ export default function LandingPage() {
{
text: "Get a Quote", href: "/contact"},
{
text: "Call 07xxx xxxxxx", href: "tel:07xxxxxxxx"},
text: "Call 07927282276", href: "tel:07927282276"},
]}
/>
</div>
@@ -290,4 +292,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -55,54 +55,54 @@ export default function LandingPage() {
title: "New Slate & Tile Roofs", description: "Full roof replacements, breathable membranes, insulation, leadwork, and ridge systems for lasting quality.", icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg", imageAlt: "Slate roof repair"},
imageSrc: "https://img.b2bpic.net/free-photo/worker-cutting-metal-roof-sheets_23-2151042792.jpg?_wi=2", imageAlt: "Roofer installing new roof tiles"},
{
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg", imageAlt: "New slate roof construction"},
imageSrc: "https://img.b2bpic.net/free-photo/male-engineer-uniform-gloves-holding-drilling-machine_23-2147775510.jpg?_wi=2", imageAlt: "Close-up of new tile roof installation"},
]
},
{
title: "Flat Roof Replacement", description: "Warm roof systems with GRP or high-grade felt for leak-free, energy-efficient, and neatly finished roofs.", icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530736.jpg", imageAlt: "Flat roof repair"},
imageSrc: "https://img.b2bpic.net/free-photo/people-working-flat-roof_23-2149343729.jpg?_wi=2", imageAlt: "Workers applying membrane to flat roof"},
{
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-solar-panels-rooftops-coonabarabran-australia_1308-189364.jpg", imageAlt: "Flat roof replacement"},
imageSrc: "https://img.b2bpic.net/free-photo/roof-worker_23-2148464654.jpg?_wi=2", imageAlt: "Finished flat roof with modern sealant"},
]
},
{
title: "Chimney Removal & Rebuild", description: "Safe structural removals, lead flashings, capping, and brickwork to resolve damp issues and ensure watertight integrity.", icon: Building,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/combination-gravel-old-brick-wall_23-2148206761.jpg", imageAlt: "Chimney repair"},
imageSrc: "https://img.b2bpic.net/free-photo/bricklayer-working-site-close-up_23-2149405055.jpg?_wi=2", imageAlt: "Bricklayer working on chimney rebuild"},
{
imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg", imageAlt: "Chimney rebuild"},
imageSrc: "https://img.b2bpic.net/free-photo/man-working-roof_1321-1041.jpg?_wi=2", imageAlt: "Scaffolded chimney being repaired"},
]
},
{
title: "Fascia, Soffits & Guttering", description: "Installation of new fascia, soffits, gutters, and downpipes for improved drainage and a clean, modern aesthetic.", icon: Droplet,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/old-houses_53876-33815.jpg", imageAlt: "Gutter cleaning"},
imageSrc: "https://img.b2bpic.net/free-photo/metal-guttering-installed-house-roof_146919-21.jpg?_wi=2", imageAlt: "New white fascia and guttering"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-building-with-blue-sky_23-2148252799.jpg", imageAlt: "Fascia and guttering"},
imageSrc: "https://img.b2bpic.net/free-photo/workman-installing-plastic-drainage-pipe-house_1308-16149.jpg?_wi=2", imageAlt: "Worker installing a new downpipe"},
]
},
{
title: "Storm Damage & Emergency", description: "Rapid response and same-day attendance where possible to make your roof safe and provide permanent repairs.", icon: Wrench,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg", imageAlt: "Storm damaged roof"},
imageSrc: "https://img.b2bpic.net/free-photo/roof-tiling-on-construction-site_1088-293.jpg?_wi=2", imageAlt: "Damaged roof tiles after storm"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cracked-table-paint_1122-425.jpg", imageAlt: "Roofer fixing storm damage"},
imageSrc: "https://img.b2bpic.net/free-photo/worker-roof-repairing-house_1423-1493.jpg?_wi=2", imageAlt: "Roofer fixing wind-damaged roof"},
]
},
{
title: "Skylights & Roof Ventilation", description: "Expert Velux installation, vent tiles, and condensation solutions to enhance attic comfort and natural light.", icon: MessageCircle,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17798.jpg", imageAlt: "Skylight installation"},
imageSrc: "https://img.b2bpic.net/free-photo/roofer-installing-window_23-2148464673.jpg?_wi=2", imageAlt: "Velux skylight being installed"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-protection-helmet-full-shot_23-2149343641.jpg", imageAlt: "Velux window"},
imageSrc: "https://img.b2bpic.net/free-photo/roof-repair-specialist-is-replacing-shingles-damaged-by-hail_1308-142340.jpg?_wi=2", imageAlt: "New roof ventilation system"},
]
},
]}
@@ -178,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}