Update src/app/contact/page.tsx
This commit is contained in:
@@ -27,33 +27,19 @@ 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"
|
||||||
/>
|
/>
|
||||||
@@ -63,22 +49,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 +69,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 +86,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: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -186,4 +130,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user