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." /> diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 7b2f718..1684e62 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-mulish), sans-serif; + font-family: var(--font-rajdhani), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-mulish), sans-serif; + font-family: var(--font-bebas-neue), sans-serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 753a6f6..59f452d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,12 +13,12 @@ --background: #0a0a0a; --card: #1a1a1a; --foreground: #f5f5f5; - --primary-cta: #39FF14; + --primary-cta: #dfff1c; --primary-cta-text: #0a0a0a; - --secondary-cta: #2c2c2c; - --secondary-cta-text: #f5f5f5; - --accent: #39FF14; - --background-accent: #39FF14; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #ffffff; + --accent: #8b9a1b; + --background-accent: #5d6b00; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);