diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index cb71170..dc5f830 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": "Training",
- "href": "#training"
+ "name": "Training", "href": "#training"
},
{
- "name": "Membership",
- "href": "#pricing"
+ "name": "Membership", "href": "#pricing"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Fitness Bento",
- "href": "#fitness-bento"
+ "name": "Fitness Bento", "href": "#fitness-bento"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,42 +49,28 @@ export default function Layout() {
brand="Balance and Burn Gym and Fitness Studio"
columns={[
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Socials",
- items: [
+ title: "Socials", items: [
{
- label: "Instagram",
- href: "https://instagram.com/b.b_gmy_and_fitness_studio",
- },
+ label: "Instagram", href: "https://instagram.com/b.b_gmy_and_fitness_studio"},
],
},
]}
copyright="© 2024 Balance and Burn. All rights reserved."
links={[
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/dumbbell-weight-training-equipment-icon_53876-74640.jpg"
/>