Merge version_3 into main #2
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
@@ -236,15 +236,54 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
<FooterMedia
|
||||
logoText="Bar La Brasa"
|
||||
leftLink={{
|
||||
text: "Privacidad", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Términos", href: "#"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg"
|
||||
imageAlt="Ambiente acogedor del bar"
|
||||
columns={[
|
||||
{
|
||||
title: "Enlaces Rápidos", items: [
|
||||
{
|
||||
label: "Inicio", href: "#hero"},
|
||||
{
|
||||
label: "Menú", href: "#menu"},
|
||||
{
|
||||
label: "Sobre Nosotros", href: "#about-us"},
|
||||
{
|
||||
label: "Contacto", href: "#contact"},
|
||||
]},
|
||||
{
|
||||
title: "Horario", items: [
|
||||
{
|
||||
label: "Martes - Domingo: 13:00 - 17:00", href: "#"},
|
||||
{
|
||||
label: "Martes - Sábado: 20:00 - 23:00", href: "#"},
|
||||
{
|
||||
label: "Lunes: Cerrado", href: "#"},
|
||||
]},
|
||||
{
|
||||
title: "Ubicación", items: [
|
||||
{
|
||||
label: "Carrer Major 123, Pallejà", href: "https://maps.app.goo.gl/"},
|
||||
{
|
||||
label: "Barcelona, España", href: "https://maps.app.goo.gl/"},
|
||||
{
|
||||
label: "Tel: +34 930 123 456", href: "tel:+34930123456"},
|
||||
]},
|
||||
{
|
||||
title: "Síguenos", items: [
|
||||
{
|
||||
label: "Facebook", href: "https://facebook.com/barlabrasa"},
|
||||
{
|
||||
label: "Instagram", href: "https://instagram.com/barlabrasa"},
|
||||
{
|
||||
label: "Twitter", href: "https://twitter.com/barlabrasa"},
|
||||
]},
|
||||
]}
|
||||
copyrightText="© 2025 Bar La Brasa. Todos los derechos reservados."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user