diff --git a/src/app/page.tsx b/src/app/page.tsx
index de49147..1d2cca1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,43 +42,17 @@ export default function LandingPage() {
@@ -315,43 +177,20 @@ export default function LandingPage() {
logoText="Summit Mobile"
columns={[
{
- title: "Services",
- items: [
- {
- label: "Interior Detailing",
- href: "#services",
- },
- {
- label: "Exterior Detailing",
- href: "#services",
- },
- {
- label: "Full Detail",
- href: "#services",
- },
+ title: "Services", items: [
+ { label: "Interior Detailing", href: "#services" },
+ { label: "Exterior Detailing", href: "#services" },
+ { label: "Full Detail", href: "#services" },
],
},
{
- title: "Support",
- items: [
- {
- label: "Contact Us",
- href: "#contact",
- },
- {
- label: "FAQs",
- href: "#why-us",
- },
+ title: "Support", items: [
+ { label: "Contact Us", href: "#contact" },
+ { label: "FAQs", href: "#why-us" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- ],
+ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }],
},
]}
/>