@@ -5,24 +5,24 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm' ;
import FaqSplitText from '@/components/sections/faq/FaqSplitText' ;
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix' ;
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis ' ;
import FooterCard from '@/components/sections/footer/FooterCard ' ;
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard' ;
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven' ;
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay' ;
import ProductCardOne from '@/components/sections/product/ProductCardOne' ;
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard' ;
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne' ;
import { Coffee , Martini , Beer , Sandwich , Tv , Disc , Scan , Gamepad } from "lucide-react" ;
import { Coffee , Martini , Beer , Sandwich , Tv , Disc , Scan , Gamepad , Instagram , Facebook } from "lucide-react" ;
export default function LandingPage() {
return (
< ThemeProvider
defaultButtonVariant = "expand-hover"
defaultTextAnimation = "entrance-slide"
borderRadius = "pill "
borderRadius = "rounded "
contentWidth = "compact"
sizing = "mediumLargeSizeMediumTitles"
background = "noiseDiagonalGradient "
background = "none "
cardStyle = "inset"
primaryButtonStyle = "diagonal-gradient"
secondaryButtonStyle = "solid"
@@ -58,7 +58,8 @@ export default function LandingPage() {
background = { {
variant : "plain" } }
logoText = "Bar La Rossa"
description = "Il luogo dove il paese si incontra. Dal primo caffè all'ultima birra della serata.\\\nUn locale storico che unisce qualità, accoglienza e momenti da vivere insieme."
description = "Il luogo dove il paese si incontra. Dal primo caffè all'ultima birra della serata.\
Un locale storico che unisce qualità, accoglienza e momenti da vivere insieme."
buttons = { [
{
text : "Prenota un tavolo" , href : "#contatti" } ,
@@ -251,47 +252,18 @@ export default function LandingPage() {
< / div >
< div id = "footer" data-section = "footer" >
< FooterLogoEmphasis
< FooterCard
logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aeukwe"
logoAlt = "Bar La Rossa Logo"
columns = { [
{
items : [
{
label : "Orari" , href : "# " } ,
{
label : "Lun-Sab: 7:00 - 23:00" , href : "#" } ,
{
label : "Dom: 8:00 - 13:00" , href : "#" } ,
] ,
} ,
{
items : [
{
label : "Contatti" , href : "#" } ,
{
label : "+39 012 3456789" , href : "tel:+390123456789" } ,
{
label : "info@barlarossa.it" , href : "mailto:info@barlarossa.it" } ,
{
label : "Via Roma 10, Città" , href : "#" } ,
] ,
} ,
{
items : [
{
label : "Seguici" , href : "#" } ,
{
label : "Instagram" , href : "https://instagram.com/barlarossa" } ,
{
label : "Facebook" , href : "https://facebook.com/barlarossa" } ,
] ,
} ,
logoText = "BAR LA ROSSA"
copyrightText = { ` © 2024 BAR LA ROSSA - Dove il paese si incontra. \ nVia Tasso T. 9 36027 Rosà (VI) \ nTel: 0424 236942 \ nOrari: Mattina 06:00– 14:00, Pomeriggio 16:30– 22:00 ` }
socialLinks = { [
{ icon : Instagram , href : "https://instagram.com/barlarossa" , ariaLabel : "Instagram" } ,
{ icon : Facebook , href : "https://facebook.com/barlarossa" , ariaLabel : "Facebook " }
] }
logoText = "Bar La Rossa"
/ >
< / div >
< / ReactLenis >
< / ThemeProvider >
) ;
}
}