5 Commits

Author SHA1 Message Date
218ffa2746 Update src/app/styles/variables.css 2026-06-07 05:02:19 +00:00
7adce88c82 Update src/app/styles/base.css 2026-06-07 05:02:19 +00:00
1adfa29976 Update src/app/page.tsx 2026-06-07 05:02:18 +00:00
e6f714e7c8 Merge version_1 into main
Merge version_1 into main
2026-06-07 04:50:16 +00:00
a62645dc35 Merge version_1 into main
Merge version_1 into main
2026-06-07 04:49:35 +00:00
3 changed files with 21 additions and 9 deletions

View File

@@ -220,10 +220,12 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain"}} 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={[ 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> </div>
@@ -256,6 +258,16 @@ export default function LandingPage() {
label: "Twitter", href: "#"}, 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." copyrightText="© 2026 Your Gym Name. All Rights Reserved."
/> />

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-mulish), sans-serif; font-family: var(--font-rajdhani), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-mulish), sans-serif; font-family: var(--font-bebas-neue), sans-serif;
} }

View File

@@ -13,12 +13,12 @@
--background: #0a0a0a; --background: #0a0a0a;
--card: #1a1a1a; --card: #1a1a1a;
--foreground: #f5f5f5; --foreground: #f5f5f5;
--primary-cta: #39FF14; --primary-cta: #dfff1c;
--primary-cta-text: #0a0a0a; --primary-cta-text: #0a0a0a;
--secondary-cta: #2c2c2c; --secondary-cta: #1a1a1a;
--secondary-cta-text: #f5f5f5; --secondary-cta-text: #ffffff;
--accent: #39FF14; --accent: #8b9a1b;
--background-accent: #39FF14; --background-accent: #5d6b00;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);