Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-24 13:16:09 +00:00

View File

@@ -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."
]}
/>
</div>
@@ -155,4 +156,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}