Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -41,10 +41,12 @@ export default function LandingPage() {
|
||||
name: "Testimonianze", id: "testimonials"},
|
||||
{
|
||||
name: "Contatti", id: "contact"},
|
||||
{
|
||||
name: "Ordina", id: "order-page-section"}
|
||||
]}
|
||||
brandName="Di sana piada"
|
||||
button={{
|
||||
text: "Ordina Ora", href: "#contact"}}
|
||||
text: "Ordina Ora", href: "/order"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,7 +59,7 @@ export default function LandingPage() {
|
||||
tag="Benvenuti a Montalbano RN"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ordina Subito", href: "#contact"},
|
||||
text: "Ordina Subito", href: "/order"},
|
||||
{
|
||||
text: "Scopri il Menu", href: "#menu"},
|
||||
]}
|
||||
@@ -218,7 +220,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Servizi", items: [
|
||||
{
|
||||
label: "Ordina Online", href: "#contact"},
|
||||
label: "Ordina Online", href: "/order"},
|
||||
{
|
||||
label: "Consegna", href: "#"},
|
||||
{
|
||||
@@ -242,4 +244,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user