Merge version_3 into main #3
@@ -48,7 +48,10 @@ export default function LandingPage() {
|
||||
logoAlt="Caffetteria del Centro Logo"
|
||||
brandName="Caffetteria del Centro"
|
||||
button={{
|
||||
text: "Ordina Ora", href: "#contact"}}
|
||||
text: "Ordina Ora", onClick: () => {
|
||||
document.getElementById('contact')?.scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,7 +63,10 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Scopri il Menù", href: "#menu"},
|
||||
{
|
||||
text: "Vieni a Trovarci", href: "#contact"},
|
||||
text: "Vieni a Trovarci", onClick: () => {
|
||||
document.getElementById('contact')?.scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user