Merge version_1_1781454014046 into main #1

Merged
bender merged 2 commits from version_1_1781454014046 into main 2026-06-14 16:21:27 +00:00

View File

@@ -9,28 +9,22 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Menu",
"href": "#menu"
"name": "Menu", "href": "#menu"
},
{
"name": "Recensioni",
"href": "#testimonials"
"name": "Recensioni", "href": "#testimonials"
},
{
"name": "Contatti",
"href": "#contact"
"name": "Contatti", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
}
];
@@ -40,10 +34,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Bella Napoli"
logoImageSrc="http://img.b2bpic.net/free-photo/view-cartoon-male-chef-with-delicious-3d-pizza_23-2151017591.jpg"
ctaButton={{
text: "Ordina ora",
href: "tel:0815032127",
}}
text: "Ordina ora", href: "tel:0815032127"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -55,13 +48,9 @@ export default function Layout() {
copyright="© 2024 Bella Napoli. Tutti i diritti riservati."
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com",
},
icon: "Facebook", href: "https://facebook.com"},
{
icon: Instagram,
href: "https://instagram.com",
},
icon: "Instagram", href: "https://instagram.com"},
]}
/>
</SectionErrorBoundary>