Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1bbf4d42a6 | |||
| 72ca3ead2e | |||
| 81b257fdb8 | |||
| ff0501c9dc | |||
| 9f84edd011 | |||
| 353596c72d | |||
| 336bb555a2 | |||
| 606077ad55 | |||
| 092c0bfb51 | |||
| d43e154700 | |||
| 414ab25998 | |||
| 4591c8c7b4 | |||
| 33e261fb75 |
@@ -27,35 +27,22 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Projects",
|
name: "Projects", id: "/projects"},
|
||||||
id: "/projects",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "/reviews"},
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQs",
|
name: "FAQs", id: "/faq"},
|
||||||
id: "/faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Get a Quote",
|
name: "Get a Quote", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="GC Roofing"
|
brandName="GC Roofing"
|
||||||
|
logoClassName="text-2xl font-bold text-primary-cta"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -67,29 +54,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "team-1",
|
id: "team-1", name: "Gerard Collins", role: "Founder & Lead Roofer", description: "With over 20 years experience, Gerard personally oversees every project, ensuring the highest standards of quality.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149343696.jpg", imageAlt: "Gerard Collins, Founder of GC Roofing"},
|
||||||
name: "Gerard Collins",
|
|
||||||
role: "Founder & Lead Roofer",
|
|
||||||
description: "With over 20 years experience, Gerard personally oversees every project, ensuring the highest standards of quality.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149343696.jpg",
|
|
||||||
imageAlt: "Gerard Collins, Founder of GC Roofing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "team-2",
|
id: "team-2", name: "Mark Davison", role: "Certified Roofing Technician", description: "Mark is a meticulous craftsman, specializing in complex installations and ensuring every detail is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg", imageAlt: "Mark Davison, Roofing Technician"},
|
||||||
name: "Mark Davison",
|
|
||||||
role: "Certified Roofing Technician",
|
|
||||||
description: "Mark is a meticulous craftsman, specializing in complex installations and ensuring every detail is perfect.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg",
|
|
||||||
imageAlt: "Mark Davison, Roofing Technician",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "team-3",
|
id: "team-3", name: "Sarah Walsh", role: "Client Relations Manager", description: "Sarah ensures clear communication and photographic updates, keeping clients informed and satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/two-engineers-designers-working-construction-project_273609-16395.jpg", imageAlt: "Sarah Walsh, Client Relations Manager"},
|
||||||
name: "Sarah Walsh",
|
|
||||||
role: "Client Relations Manager",
|
|
||||||
description: "Sarah ensures clear communication and photographic updates, keeping clients informed and satisfied.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-engineers-designers-working-construction-project_273609-16395.jpg",
|
|
||||||
imageAlt: "Sarah Walsh, Client Relations Manager",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Meet the GC Roofing Team"
|
title="Meet the GC Roofing Team"
|
||||||
description="Led by Gerard Collins, our team is dedicated to reliability, transparency, and craftsmanship, ensuring your peace of mind."
|
description="Led by Gerard Collins, our team is dedicated to reliability, transparency, and craftsmanship, ensuring your peace of mind."
|
||||||
@@ -103,24 +72,16 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: ShieldCheck,
|
icon: ShieldCheck,
|
||||||
label: "Workmanship",
|
label: "Workmanship", value: "10-Year Guarantee"},
|
||||||
value: "10-Year Guarantee",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
label: "Public & Employer's",
|
label: "Public & Employer's", value: "Fully Insured"},
|
||||||
value: "Fully Insured",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: ListChecks,
|
icon: ListChecks,
|
||||||
label: "Safety Training",
|
label: "Safety Training", value: "Certified Team"},
|
||||||
value: "Certified Team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Trash2,
|
icon: Trash2,
|
||||||
label: "Waste Management",
|
label: "Waste Management", value: "Licensed Carrier"},
|
||||||
value: "Licensed Carrier",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -131,70 +92,41 @@ export default function LandingPage() {
|
|||||||
logoText="GC Roofing"
|
logoText="GC Roofing"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "New Slates & Tiled Roofs",
|
label: "New Slates & Tiled Roofs", href: "/services#slate-tile"},
|
||||||
href: "/services#slate-tile",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Flat Roof Replacement",
|
label: "Flat Roof Replacement", href: "/services#flat-roof"},
|
||||||
href: "/services#flat-roof",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Chimney Removal/Rebuild",
|
label: "Chimney Removal/Rebuild", href: "/services#chimney"},
|
||||||
href: "/services#chimney",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Fascia, Soffits & Guttering",
|
label: "Fascia, Soffits & Guttering", href: "/services#fascia-gutter"},
|
||||||
href: "/services#fascia-gutter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Storm Damage & Emergency",
|
label: "Storm Damage & Emergency", href: "/services#storm-damage"},
|
||||||
href: "/services#storm-damage",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Skylights & Ventilation",
|
label: "Skylights & Ventilation", href: "/services#skylights"},
|
||||||
href: "/services#skylights",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Projects",
|
label: "Projects", href: "/projects"},
|
||||||
href: "/projects",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "/reviews"},
|
||||||
href: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "/faq"},
|
||||||
href: "/faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -27,35 +27,22 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Projects",
|
name: "Projects", id: "/projects"},
|
||||||
id: "/projects",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "/reviews"},
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQs",
|
name: "FAQs", id: "/faq"},
|
||||||
id: "/faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Get a Quote",
|
name: "Get a Quote", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="GC Roofing"
|
brandName="GC Roofing"
|
||||||
|
logoClassName="text-2xl font-bold text-primary-cta"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -63,22 +50,15 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
text="Get Your Free, Itemized Quote Today"
|
text="Get Your Free, Itemized Quote Today"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now 07xxx xxxxxx",
|
text: "Call Now 07927282276", href: "tel:07927282276"},
|
||||||
href: "tel:07xxxxxxxx",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "WhatsApp Us",
|
text: "WhatsApp Us", href: "https://wa.me/447927282276"},
|
||||||
href: "https://wa.me/447xxxxxxxx",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Email Us",
|
text: "Email Us", href: "mailto:quotes@gcroofing.co.uk"},
|
||||||
href: "mailto:quotes@gcroofing.co.uk",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -90,19 +70,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Clock,
|
icon: Clock,
|
||||||
label: "Fast Response",
|
label: "Fast Response", value: "Emergency Support"},
|
||||||
value: "Emergency Support",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Camera,
|
icon: Camera,
|
||||||
label: "Stay Informed",
|
label: "Stay Informed", value: "Photographic Updates"},
|
||||||
value: "Photographic Updates",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Wallet,
|
icon: Wallet,
|
||||||
label: "Transparent Pricing",
|
label: "Transparent Pricing", value: "No Hidden Costs"},
|
||||||
value: "No Hidden Costs",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -113,70 +87,41 @@ export default function LandingPage() {
|
|||||||
logoText="GC Roofing"
|
logoText="GC Roofing"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "New Slates & Tiled Roofs",
|
label: "New Slates & Tiled Roofs", href: "/services#slate-tile"},
|
||||||
href: "/services#slate-tile",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Flat Roof Replacement",
|
label: "Flat Roof Replacement", href: "/services#flat-roof"},
|
||||||
href: "/services#flat-roof",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Chimney Removal/Rebuild",
|
label: "Chimney Removal/Rebuild", href: "/services#chimney"},
|
||||||
href: "/services#chimney",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Fascia, Soffits & Guttering",
|
label: "Fascia, Soffits & Guttering", href: "/services#fascia-gutter"},
|
||||||
href: "/services#fascia-gutter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Storm Damage & Emergency",
|
label: "Storm Damage & Emergency", href: "/services#storm-damage"},
|
||||||
href: "/services#storm-damage",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Skylights & Ventilation",
|
label: "Skylights & Ventilation", href: "/services#skylights"},
|
||||||
href: "/services#skylights",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Projects",
|
label: "Projects", href: "/projects"},
|
||||||
href: "/projects",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "/reviews"},
|
||||||
href: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "/faq"},
|
||||||
href: "/faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -26,35 +26,22 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Projects",
|
name: "Projects", id: "/projects"},
|
||||||
id: "/projects",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "/reviews"},
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQs",
|
name: "FAQs", id: "/faq"},
|
||||||
id: "/faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Get a Quote",
|
name: "Get a Quote", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="GC Roofing"
|
brandName="GC Roofing"
|
||||||
|
logoClassName="text-2xl font-bold text-primary-cta"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -64,35 +51,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-g1",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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: "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"
|
title="Frequently Asked Questions"
|
||||||
description="Find answers to common inquiries about our roofing services, process, and guarantees."
|
description="Find answers to common inquiries about our roofing services, process, and guarantees."
|
||||||
@@ -104,18 +73,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
text="Still have questions? Our friendly team is ready to help you."
|
text="Still have questions? Our friendly team is ready to help you."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Quote",
|
text: "Get a Quote", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Call 07xxx xxxxxx",
|
text: "Call 07927282276", href: "tel:07927282276"},
|
||||||
href: "tel:07xxxxxxxx",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -125,70 +89,41 @@ export default function LandingPage() {
|
|||||||
logoText="GC Roofing"
|
logoText="GC Roofing"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "New Slates & Tiled Roofs",
|
label: "New Slates & Tiled Roofs", href: "/services#slate-tile"},
|
||||||
href: "/services#slate-tile",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Flat Roof Replacement",
|
label: "Flat Roof Replacement", href: "/services#flat-roof"},
|
||||||
href: "/services#flat-roof",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Chimney Removal/Rebuild",
|
label: "Chimney Removal/Rebuild", href: "/services#chimney"},
|
||||||
href: "/services#chimney",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Fascia, Soffits & Guttering",
|
label: "Fascia, Soffits & Guttering", href: "/services#fascia-gutter"},
|
||||||
href: "/services#fascia-gutter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Storm Damage & Emergency",
|
label: "Storm Damage & Emergency", href: "/services#storm-damage"},
|
||||||
href: "/services#storm-damage",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Skylights & Ventilation",
|
label: "Skylights & Ventilation", href: "/services#skylights"},
|
||||||
href: "/services#skylights",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Projects",
|
label: "Projects", href: "/projects"},
|
||||||
href: "/projects",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "/reviews"},
|
||||||
href: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "/faq"},
|
||||||
href: "/faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ export default function LandingPage() {
|
|||||||
name: "Get a Quote", id: "/contact"},
|
name: "Get a Quote", id: "/contact"},
|
||||||
]}
|
]}
|
||||||
brandName="GC Roofing"
|
brandName="GC Roofing"
|
||||||
|
logoClassName="text-2xl font-bold text-primary-cta"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -60,7 +61,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Get a Quote", href: "/contact"},
|
text: "Get a Quote", href: "/contact"},
|
||||||
{
|
{
|
||||||
text: "Call Now 07xxx xxxxxx", href: "tel:07xxxxxxxx"},
|
text: "Call Now 07927282276", href: "tel:07927282276"},
|
||||||
]}
|
]}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
@@ -236,7 +237,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
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>
|
</div>
|
||||||
|
|||||||
@@ -25,34 +25,13 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Services", id: "/services" },
|
||||||
id: "/",
|
{ name: "Projects", id: "/projects" },
|
||||||
},
|
{ name: "Reviews", id: "/reviews" },
|
||||||
{
|
{ name: "About", id: "/about" },
|
||||||
name: "Services",
|
{ name: "FAQs", id: "/faq" },
|
||||||
id: "/services",
|
{ name: "Get a Quote", id: "/contact" }
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Projects",
|
|
||||||
id: "/projects",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reviews",
|
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "FAQs",
|
|
||||||
id: "/faq",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Get a Quote",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="GC Roofing"
|
brandName="GC Roofing"
|
||||||
/>
|
/>
|
||||||
@@ -66,65 +45,29 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "project-1",
|
id: "project-1", brand: "Malone Road", name: "1930s Semi - Full Re-slate", price: "View Details", rating: 5,
|
||||||
brand: "Malone Road",
|
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/house-surrounded-by-greenery-with-hills-cloudy-sky-background_181624-9940.jpg", imageAlt: "Before and after of a full roof replacement on a 1930s semi-detached house"
|
||||||
name: "1930s Semi - Full Re-slate",
|
|
||||||
price: "View Details",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "5",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/house-surrounded-by-greenery-with-hills-cloudy-sky-background_181624-9940.jpg",
|
|
||||||
imageAlt: "Before and after of a full roof replacement on a 1930s semi-detached house",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "project-2",
|
id: "project-2", brand: "City Centre", name: "Commercial Flat Roof Upgrade", price: "View Details", rating: 5,
|
||||||
brand: "City Centre",
|
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-with-cancer-side-view_23-2149870330.jpg", imageAlt: "GRP flat roof replacement on a commercial building"
|
||||||
name: "Commercial Flat Roof Upgrade",
|
|
||||||
price: "View Details",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "5",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-man-with-cancer-side-view_23-2149870330.jpg",
|
|
||||||
imageAlt: "GRP flat roof replacement on a commercial building",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "project-3",
|
id: "project-3", brand: "Lisburn Road", name: "Chimney Rebuild & Leadwork", price: "View Details", rating: 5,
|
||||||
brand: "Lisburn Road",
|
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/gray-stainless-steel-roof-exhaust_422131-40.jpg", imageAlt: "Chimney rebuild project on a residential home"
|
||||||
name: "Chimney Rebuild & Leadwork",
|
|
||||||
price: "View Details",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "5",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-stainless-steel-roof-exhaust_422131-40.jpg",
|
|
||||||
imageAlt: "Chimney rebuild project on a residential home",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "project-4",
|
id: "project-4", brand: "Dunmurry", name: "Fascia, Soffit & Guttering", price: "View Details", rating: 5,
|
||||||
brand: "Dunmurry",
|
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-roof-wooden-house_23-2149343706.jpg", imageAlt: "New fascia, soffits, and guttering installed on a house"
|
||||||
name: "Fascia, Soffit & Guttering",
|
|
||||||
price: "View Details",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "5",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-roof-wooden-house_23-2149343706.jpg",
|
|
||||||
imageAlt: "New fascia, soffits, and guttering installed on a house",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "project-5",
|
id: "project-5", brand: "East Belfast", name: "Emergency Storm Repair", price: "View Details", rating: 5,
|
||||||
brand: "East Belfast",
|
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-green-building-with-gray-pipe-cloudy-sky_181624-6832.jpg", imageAlt: "Emergency repair of a storm-damaged roof"
|
||||||
name: "Emergency Storm Repair",
|
|
||||||
price: "View Details",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "5",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-green-building-with-gray-pipe-cloudy-sky_181624-6832.jpg",
|
|
||||||
imageAlt: "Emergency repair of a storm-damaged roof",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "project-6",
|
id: "project-6", brand: "South Belfast", name: "Velux Skylight Installation", price: "View Details", rating: 5,
|
||||||
brand: "South Belfast",
|
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-sitting-table_23-2150231683.jpg", imageAlt: "Installation of a Velux skylight in a roof"
|
||||||
name: "Velux Skylight Installation",
|
}
|
||||||
price: "View Details",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "5",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-sitting-table_23-2150231683.jpg",
|
|
||||||
imageAlt: "Installation of a Velux skylight in a roof",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Recent Roofing Projects"
|
title="Recent Roofing Projects"
|
||||||
description="Browse a selection of our completed projects, showcasing our craftsmanship and commitment to quality across Greater Belfast."
|
description="Browse a selection of our completed projects, showcasing our craftsmanship and commitment to quality across Greater Belfast."
|
||||||
@@ -136,30 +79,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "p-test-1",
|
id: "p-test-1", name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg"
|
||||||
name: "John D.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p-test-2",
|
id: "p-test-2", name: "Fiona G.", imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15162.jpg"
|
||||||
name: "Fiona G.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15162.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p-test-3",
|
id: "p-test-3", name: "Robert S.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-love-garden_23-2148060162.jpg"
|
||||||
name: "Robert S.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-love-garden_23-2148060162.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p-test-4",
|
id: "p-test-4", name: "Claire B.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2852.jpg"
|
||||||
name: "Claire B.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2852.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p-test-5",
|
id: "p-test-5", name: "Mark L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-with-long-hair-dressed-green-jacket_613910-10368.jpg"
|
||||||
name: "Mark L.",
|
}
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-with-long-hair-dressed-green-jacket_613910-10368.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Client Testimonials on Our Projects"
|
cardTitle="Client Testimonials on Our Projects"
|
||||||
cardTag="Proof of Excellence"
|
cardTag="Proof of Excellence"
|
||||||
@@ -172,72 +105,30 @@ export default function LandingPage() {
|
|||||||
logoText="GC Roofing"
|
logoText="GC Roofing"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
{ label: "New Slates & Tiled Roofs", href: "/services#slate-tile" },
|
||||||
{
|
{ label: "Flat Roof Replacement", href: "/services#flat-roof" },
|
||||||
label: "New Slates & Tiled Roofs",
|
{ label: "Chimney Removal/Rebuild", href: "/services#chimney" },
|
||||||
href: "/services#slate-tile",
|
{ label: "Fascia, Soffits & Guttering", href: "/services#fascia-gutter" },
|
||||||
},
|
{ label: "Storm Damage & Emergency", href: "/services#storm-damage" },
|
||||||
{
|
{ label: "Skylights & Ventilation", href: "/services#skylights" }
|
||||||
label: "Flat Roof Replacement",
|
]
|
||||||
href: "/services#flat-roof",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Chimney Removal/Rebuild",
|
|
||||||
href: "/services#chimney",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Fascia, Soffits & Guttering",
|
|
||||||
href: "/services#fascia-gutter",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Storm Damage & Emergency",
|
|
||||||
href: "/services#storm-damage",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Skylights & Ventilation",
|
|
||||||
href: "/services#skylights",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
{ label: "About Us", href: "/about" },
|
||||||
{
|
{ label: "Projects", href: "/projects" },
|
||||||
label: "About Us",
|
{ label: "Reviews", href: "/reviews" },
|
||||||
href: "/about",
|
{ label: "FAQs", href: "/faq" },
|
||||||
},
|
{ label: "Contact", href: "/contact" }
|
||||||
{
|
]
|
||||||
label: "Projects",
|
|
||||||
href: "/projects",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Reviews",
|
|
||||||
href: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "FAQs",
|
|
||||||
href: "/faq",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Contact",
|
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{
|
{ label: "Terms of Service", href: "#" }
|
||||||
label: "Privacy Policy",
|
]
|
||||||
href: "#",
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Terms of Service",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 GC Roofing. All rights reserved."
|
copyrightText="© 2024 GC Roofing. All rights reserved."
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user