Update src/app/page.tsx

This commit is contained in:
2026-06-06 05:05:26 +00:00
parent 1e373be804
commit 29fbc7df00

View File

@@ -41,12 +41,14 @@ export default function LandingPage() {
name: "Opiniones", id: "#testimonials"},
{
name: "FAQs", id: "#faq"},
{
name: "Reservaciones", id: "/reservations"},
{
name: "Contacto", id: "#contact"},
]}
brandName="The Bunker Café"
button={{
text: "Reservar Mesa", href: "#contact"}}
text: "Reservar Mesa", href: "/reservations"}}
/>
</div>
@@ -268,7 +270,7 @@ export default function LandingPage() {
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
gridVariant="three-columns-all-items-equal-width"
useInvertedBackground={false}
carouselMode="buttons"
testimonials={[
@@ -350,4 +352,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}