Merge version_1_1781366998213 into main #1

Merged
bender merged 2 commits from version_1_1781366998213 into main 2026-06-13 16:11:13 +00:00

View File

@@ -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": "Services",
"href": "#services"
"name": "Services", "href": "#services"
},
{
"name": "Classes",
"href": "#classes"
"name": "Classes", "href": "#classes"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Why Choose",
"href": "#why-choose"
"name": "Why Choose", "href": "#why-choose"
},
{
"name": "Gallery",
"href": "#gallery"
"name": "Gallery", "href": "#gallery"
}
];
@@ -44,9 +37,7 @@ export default function Layout() {
<NavbarCentered
logo="EDGE"
ctaButton={{
text: "Join Now",
href: "#pricing",
}}
text: "Join Now", href: "#pricing"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -55,31 +46,25 @@ export default function Layout() {
<SectionErrorBoundary name="footer">
<FooterSimpleCard
brand="Edge Fitness"
links={[
{ label: "Services", href: "#services" },
{ label: "Plans", href: "#pricing" }
]}
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
{
label: "Plans",
href: "#pricing",
},
label: "Plans", href: "#pricing"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "0321 7660125",
href: "tel:03217660125",
},
label: "0321 7660125", href: "tel:03217660125"},
{
label: "Satayana Rd, Faisalabad",
href: "#",
},
label: "Satayana Rd, Faisalabad", href: "#"},
],
},
]}