Merge version_3 into main #6
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user