Merge version_2 into main #13

Merged
bender merged 1 commits from version_2 into main 2026-03-18 12:14:51 +00:00

View File

@@ -13,6 +13,8 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Sun } from 'lucide-react';
export default function LandingPage() {
const googleMapsUrl = "https://www.google.com/maps/search/Avinguda+del+Pla+del+Vinyet,+81-85,+08172+Sant+Cugat+del+Vallès,+Barcelona";
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
@@ -47,7 +49,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{ text: "Ver carta", href: "#menu" },
{ text: "Cómo llegar", href: "#location" }
{ text: "Cómo llegar", href: googleMapsUrl }
]}
buttonAnimation="slide-up"
leftCarouselItems={[
@@ -145,7 +147,7 @@ export default function LandingPage() {
]}
useInvertedBackground={false}
buttons={[
{ text: "Descubre más", href: "#location" }
{ text: "Descubre más", href: googleMapsUrl }
]}
buttonAnimation="slide-up"
ariaLabel="About section"
@@ -169,7 +171,7 @@ export default function LandingPage() {
{ id: "3", title: "📞 Contacta con nosotros", content: "Llámanos para reservar tu mesa o para cualquier pregunta. Estamos aquí para recibirte con los brazos abiertos." }
]}
buttons={[
{ text: "Cómo llegar", href: "#" }
{ text: "Cómo llegar", href: googleMapsUrl }
]}
buttonAnimation="slide-up"
ariaLabel="Location section"