diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 962fc2a..5339d9c 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Menu",
- "href": "#menu"
+ "name": "Menu", "href": "#menu"
},
{
- "name": "Sobre",
- "href": "#sobre"
+ "name": "Sobre", "href": "#sobre"
},
{
- "name": "Localização",
- "href": "#local"
+ "name": "Localização", "href": "#local"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Galeria",
- "href": "#galeria"
+ "name": "Galeria", "href": "#galeria"
},
{
- "name": "Avaliacoes",
- "href": "#avaliacoes"
+ "name": "Avaliacoes", "href": "#avaliacoes"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
@@ -59,13 +51,9 @@ export default function Layout() {
copyright="© 2024 Saigon Flavours. Todos os direitos reservados."
socialLinks={[
{
- icon: Instagram,
- href: "#",
- },
+ icon: "Instagram", href: "#"},
{
- icon: Facebook,
- href: "#",
- },
+ icon: "Facebook", href: "#"},
]}
/>