1 Commits

Author SHA1 Message Date
3c3e5ead46 Update src/app/page.tsx 2026-05-22 09:01:32 +00:00

View File

@@ -163,8 +163,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Plans", href: "#pricing" }] },
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
{ items: [{ label: "About", href: "#about" }, { label: "Plans", href: "#pricing" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
]}
logoText="Pehellwaan Gym"
/>