diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index a94f150..1bec28f 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Home",
- "href": "#hero"
+ "name": "Home", "href": "#hero"
},
{
- "name": "Products",
- "href": "#products"
+ "name": "Products", "href": "#products"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Reviews",
- "href": "#reviews"
+ "name": "Reviews", "href": "#reviews"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Instagram",
- "href": "#instagram"
+ "name": "Instagram", "href": "#instagram"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -56,37 +48,23 @@ export default function Layout() {