Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 129e5d9159 | |||
| 40b7fa144a | |||
| adfd59fb05 | |||
| b15b684411 | |||
| f1bba437ef | |||
| 36fd749784 | |||
| 9dd50d1d01 | |||
| 1bbf4d42a6 | |||
| a321f861dd | |||
| 72ca3ead2e | |||
| 8cf64ac346 | |||
| 81b257fdb8 | |||
| ff0501c9dc | |||
| 9f84edd011 | |||
| 353596c72d | |||
| 336bb555a2 | |||
| 606077ad55 | |||
| 092c0bfb51 | |||
| d43e154700 | |||
| 414ab25998 | |||
| 4591c8c7b4 | |||
| 33e261fb75 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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 employer’s 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 employer’s 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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user