diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 98a7a81..ad90141 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -27,33 +27,19 @@ export default function LandingPage() {
@@ -63,22 +49,15 @@ export default function LandingPage() {
@@ -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() {
);
-}
+}
\ No newline at end of file