diff --git a/src/app/page.tsx b/src/app/page.tsx
index 06b2dd8..9a8a2be 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,12 @@ export default function LandingPage() {
@@ -56,387 +46,11 @@ export default function LandingPage() {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -445,36 +59,12 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/abstract-smooth-dark-blue-with-black-vignette-studio-well-use-as-backgroundbusiness-reportdigitalwebsite-templatebackdrop_1258-94419.jpg"
logoText="LUXE"
columns={[
- {
- title: "Company",
- items: [
- {
- label: "About Us",
- href: "#about",
- },
- {
- label: "Careers",
- href: "#",
- },
- ],
- },
- {
- title: "Support",
- items: [
- {
- label: "FAQ",
- href: "#faq",
- },
- {
- label: "Returns",
- href: "#",
- },
- ],
- },
+ { title: "Company", items: [{ label: "About Us", href: "/about" }] },
+ { title: "Support", items: [{ label: "Contact", href: "/contact" }] }
]}
/>
);
-}
+}
\ No newline at end of file