Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6569c2db58 | |||
| a88cef4e74 | |||
| 4bec6bb5c1 | |||
| c43c477c50 | |||
| 291154ed45 | |||
| 9b32377d0a | |||
| a357840081 | |||
| 863f6e3ffa | |||
| d2eb2334d1 | |||
| 72eeb3e218 | |||
| 3ffbd59544 | |||
| 717e42338a | |||
| ed7ff74a11 | |||
| 312945dcf4 | |||
| 02952aa7de | |||
| 47088b7f95 | |||
| 6988e29c55 |
@@ -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"
|
||||
@@ -46,8 +48,8 @@ export default function LandingPage() {
|
||||
tag="Terraza al aire libre · Ambiente tranquilo · Tapas caseras"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Ver carta", href: "#menu" },
|
||||
{ text: "Cómo llegar", href: "#location" }
|
||||
{ text: "Ver carta", href: "https://www.qrcarta.com/restaurant/sant-cugat-del-vall%E9%91%A3/bocamoll/722/" },
|
||||
{ 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"
|
||||
|
||||
Reference in New Issue
Block a user