Update src/app/page.tsx
This commit is contained in:
@@ -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]"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user