Merge version_1_1782129164499 into main #1
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Home",
|
||||
"href": "/"
|
||||
"name": "Home", "href": "/"
|
||||
},
|
||||
{
|
||||
"name": "Menu",
|
||||
"href": "/menu"
|
||||
"name": "Menu", "href": "/menu"
|
||||
},
|
||||
{
|
||||
"name": "Asporto",
|
||||
"href": "/ordine"
|
||||
"name": "Asporto", "href": "/ordine"
|
||||
},
|
||||
{
|
||||
"name": "Contatti",
|
||||
"href": "/contatti"
|
||||
"name": "Contatti", "href": "/contatti"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
"name": "Hero", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
"name": "About", "href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Features",
|
||||
"href": "#features"
|
||||
"name": "Features", "href": "#features"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -43,10 +36,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="SHiNy Sushi"
|
||||
logoImageSrc="http://img.b2bpic.net/free-photo/shrimp-black-pasta-with-clams-dark-arrangement_23-2148425593.jpg"
|
||||
ctaButton={{
|
||||
text: "Prenota",
|
||||
href: "/contatti",
|
||||
}}
|
||||
text: "Prenota", href: "/contatti"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -57,38 +49,26 @@ export default function Layout() {
|
||||
brand="SHiNy Sushi"
|
||||
columns={[
|
||||
{
|
||||
title: "Contatti",
|
||||
items: [
|
||||
title: "Contatti", items: [
|
||||
{
|
||||
label: "Via Giacinto Gallina 17, 20129 Milano",
|
||||
href: "#",
|
||||
},
|
||||
label: "Via Giacinto Gallina 17, 20129 Milano", href: "#"},
|
||||
{
|
||||
label: "+39 02 7010 7524",
|
||||
href: "tel:+390270107524",
|
||||
},
|
||||
label: "+39 02 7010 7524", href: "tel:+390270107524"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Orari",
|
||||
items: [
|
||||
title: "Orari", items: [
|
||||
{
|
||||
label: "Lun-Dom: 12:00-15:00 / 19:00-23:30",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lun-Dom: 12:00-15:00 / 19:00-23:30", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2024 SHiNy Sushi. Tutti i diritti riservati."
|
||||
links={[
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user