From b8e56c48251637c8a4dd4a9d9f2dc8fd03d5adea Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 13:16:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bcec024..5f13911 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; @@ -36,6 +35,8 @@ export default function LandingPage() { { name: "Experience", id: "features" }, { name: "Reviews", id: "testimonials" }, { name: "Menu", id: "products" }, + { name: "FAQ", id: "faq" }, + { name: "Contact", id: "contact" } ]} brandName="Black Panther" button={{ text: "Book Now", href: "#contact" }} @@ -66,7 +67,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your New Home in the City" description={[ - "Black Panther is more than just a venue; it is a meticulously crafted space designed for those who appreciate comfort, quality, and community.", "Whether you're here for a signature cocktail, gourmet bites, or simply to soak in the unparalleled atmosphere, our staff ensures your experience is unforgettable." + "Black Panther is more than just a venue; it is a meticulously crafted space designed for those who appreciate comfort, quality, and community.", "Whether you're here for a signature cocktail, gourmet bites, or simply to soak in the unparalleled atmosphere, our staff ensures your experience is unforgettable." ]} /> @@ -155,4 +156,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1