diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6e424ff..a6338c1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,16 @@ export default function LandingPage() {
@@ -57,22 +47,17 @@ export default function LandingPage() {
@@ -81,23 +66,16 @@ export default function LandingPage() {
@@ -199,41 +150,25 @@ export default function LandingPage() {
logoText="Custom Spray Specialists"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "Home",
- href: "/",
- },
+ label: "Home", href: "/"},
{
- label: "Before & After",
- href: "#before-after",
- },
+ label: "Before & After", href: "#before-after"},
{
- label: "How It Works",
- href: "#how",
- },
+ label: "How It Works", href: "#how"},
{
- label: "Reviews",
- href: "#reviews",
- },
+ label: "Reviews", href: "#reviews"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "Phone",
- href: "tel:0000000000",
- },
+ label: "Phone", href: "tel:0000000000"},
{
- label: "Email",
- href: "mailto:info@customspray.co.uk",
- },
+ label: "Email", href: "mailto:info@customspray.co.uk"},
{
- label: "WhatsApp",
- href: "https://wa.me/44",
- },
+ label: "WhatsApp", href: "https://wa.me/44"},
],
},
]}