diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2fcb53f..be50d6b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,66 +44,41 @@ export default function LandingPage() {
@@ -233,29 +161,19 @@ export default function LandingPage() {
logoText="BMW"
columns={[
{
- title: "Models",
- items: [
+ title: "Models", items: [
{
- label: "M Series",
- href: "#",
- },
+ label: "M Series", href: "#"},
{
- label: "Electric",
- href: "#",
- },
+ label: "Electric", href: "#"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
]}