Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ea0935650 | |||
| 0d7a952330 | |||
| 73e532c332 | |||
| cc01187e8d | |||
| 6af867d670 | |||
| 45a03208b2 | |||
| 9d5f23033b |
@@ -48,7 +48,10 @@ export default function LandingPage() {
|
|||||||
logoAlt="Caffetteria del Centro Logo"
|
logoAlt="Caffetteria del Centro Logo"
|
||||||
brandName="Caffetteria del Centro"
|
brandName="Caffetteria del Centro"
|
||||||
button={{
|
button={{
|
||||||
text: "Ordina Ora", href: "#contact"}}
|
text: "Ordina Ora", onClick: () => {
|
||||||
|
document.getElementById('contact')?.scrollIntoView({ behavior: 'smooth' });
|
||||||
|
}
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -60,7 +63,10 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Scopri il Menù", href: "#menu"},
|
text: "Scopri il Menù", href: "#menu"},
|
||||||
{
|
{
|
||||||
text: "Vieni a Trovarci", href: "#contact"},
|
text: "Vieni a Trovarci", onClick: () => {
|
||||||
|
document.getElementById('contact')?.scrollIntoView({ behavior: 'smooth' });
|
||||||
|
}
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user