diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index e842774..47d50e1 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": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Benefits",
- "href": "#features"
+ "name": "Benefits", "href": "#features"
},
{
- "name": "Membership",
- "href": "#pricing"
+ "name": "Membership", "href": "#pricing"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,42 +49,28 @@ export default function Layout() {
brand="The V Club"
columns={[
{
- title: "Menu",
- items: [
+ title: "Menu", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Membership",
- href: "#pricing",
- },
+ label: "Membership", href: "#pricing"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Use",
- href: "#",
- },
+ label: "Terms of Use", href: "#"},
],
},
]}
copyright="© 2024 The V Club. All rights reserved."
links={[
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "LinkedIn",
- href: "#",
- },
+ label: "LinkedIn", href: "#"},
]}
imageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=4xa907"
/>