Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 218ffa2746 | |||
| 7adce88c82 | |||
| 1adfa29976 | |||
| e6f714e7c8 | |||
| a62645dc35 |
@@ -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."
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user