From 1adfa2997609096ced11f8e11dfee2c3c3cd7e5b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 05:02:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 455b45e..0549020 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -220,10 +220,12 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain"}} - text="Open 24 Hours\nPhone: [Your Number]\nAddress: [Your Area]\n\nContact us directly or visit our location. Map will be added in real version." + text="Ready to transform? Reach out to us for more information on plans, trainers, and how you can start your fitness journey today. Open 24 Hours." buttons={[ { - text: "Get in Touch", href: "https://wa.me/yournumber"}, + text: "Contact via WhatsApp", href: "https://wa.me/yournumber"}, + { + text: "Call Us: [Your Number]", href: "tel:[Your Number]"}, ]} /> @@ -256,6 +258,16 @@ export default function LandingPage() { label: "Twitter", href: "#"}, ], }, + { + title: "Policies", items: [ + { + label: "Privacy Policy", href: "/privacy"}, + { + label: "Terms of Service", href: "/terms"}, + { + label: "Refund Policy", href: "/refund"} + ] + } ]} copyrightText="© 2026 Your Gym Name. All Rights Reserved." />