Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-06-05 10:02:18 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterCard from '@/components/sections/footer/FooterCard';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SplitAbout from '@/components/sections/about/SplitAbout';
@@ -40,7 +40,7 @@ export default function LandingPage() {
{
name: "Colazione", id: "#colazione"},
{
name: "Dove siamo", id: "#dove-siamo"},
name: "Dove siamo", id: "#contatti"},
{
name: "Contatti", id: "#contatti"},
]}
@@ -48,7 +48,7 @@ export default function LandingPage() {
logoAlt="Logo Giallo Limone"
brandName="Giallo Limone"
button={{
text: "Ordina su WhatsApp", href: "https://wa.me/393758533669?text=Ciao Giallo Limone, vorrei informazioni per un ordine."}}
text: "Ordina su WhatsApp", href: "https://wa.me/393758533669?text=Ciao Giallo Limone, vorrei informazioni per un ordine."}}
animateOnLoad={true}
/>
</div>
@@ -145,7 +145,7 @@ export default function LandingPage() {
description="Ogni mattina ti aspettiamo con prodotti da colazione artigianali, cornetti sfogliati e farcitura generose. Un bancone colorato, profumato e sempre pronto a sorprenderti."
buttons={[
{
text: "Vieni a trovarci", href: "#dove-siamo"},
text: "Vieni a trovarci", href: "#contatti"},
]}
bulletPoints={[
{
@@ -260,24 +260,36 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterLogoEmphasis
logoSrc="logo.webp"
logoAlt="Logo Giallo Limone"
logoText="Giallo Limone"
copyrightText="© 2024 Giallo Limone. Tutti i diritti riservati."
socialLinks={[
columns={[
{
icon: Facebook,
href: "#", ariaLabel: "Facebook"},
items: [
{ label: "Largo Martiri delle Foibe, 4, 63100 Ascoli Piceno AP" },
{ label: "Telefono: 375 853 3669", href: "tel:+393758533669" },
{ label: "Orari: Lun-Sab: 07:30-12:30, 15:30-19:30; Dom: 08:00-13:00" }
]
},
{
icon: Instagram,
href: "#", ariaLabel: "Instagram"},
items: [
{ label: "Home", href: "#home" },
{ label: "Pasticceria", href: "#specialita" },
{ label: "Torte ed Eventi", href: "#torte-eventi" },
{ label: "Buffet e Rinfreschi", href: "#buffet-rinfreschi" },
{ label: "Colazione", href: "#colazione" },
{ label: "Dove siamo", href: "#contatti" },
{ label: "Contatti", href: "#contatti" }
]
},
{
icon: Phone,
href: "tel:+393758533669", ariaLabel: "Chiama Giallo Limone"},
{
icon: MessageCircle,
href: "https://wa.me/393758533669?text=Ciao Giallo Limone, vorrei informazioni.", ariaLabel: "Scrivi su WhatsApp"},
items: [
{ label: "Ordina su WhatsApp", href: "https://wa.me/393758533669?text=Ciao Giallo Limone, vorrei informazioni per un ordine." },
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" }
]
}
]}
/>
</div>