diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 3d6616f..1006874 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -8,32 +8,16 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Collections",
- "href": "products"
+ "name": "Collections", "href": "#products"
},
{
- "name": "Our Story",
- "href": "features"
+ "name": "Our Story", "href": "#features"
},
{
- "name": "Testimonials",
- "href": "testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Contact",
- "href": "contact"
- },
- {
- "name": "Hero",
- "href": "#hero"
- },
- {
- "name": "Products",
- "href": "#products"
- },
- {
- "name": "Features",
- "href": "#features"
+ "name": "Contact", "href": "#contact"
}
];
@@ -44,9 +28,7 @@ export default function Layout() {
@@ -56,29 +38,19 @@ export default function Layout() {