diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 91b66a5..849b255 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -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() {
@@ -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"},
]}
/>