diff --git a/src/app/page.tsx b/src/app/page.tsx index d25836a..c95b869 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Crown, Music } from "lucide-react"; +import { Crown, Music, Martini } from "lucide-react"; export default function LandingPage() { return ( @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,104 +47,56 @@ export default function LandingPage() {
@@ -160,55 +104,38 @@ export default function LandingPage() {
@@ -401,29 +247,19 @@ export default function LandingPage() { logoText="The Obitz Centurion" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "VIP", - href: "#products", - }, + label: "VIP", href: "#products"}, { - label: "Events", - href: "#features", - }, + label: "Events", href: "#features"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}