22 Commits

Author SHA1 Message Date
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
3 changed files with 71 additions and 191 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={[
{
@@ -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>
);
}
}