Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cffcd1a5fe | |||
| fcf058f4c0 | |||
| 23f1fc41de | |||
| 4c04b66fcd | |||
| 8e6b1d701c | |||
| 2168ffa70c |
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-athletic-woman-exercising-strength-gymnastic-rings-cross-training-fitness-center_637285-447.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cx5hOFNVw1Xf8qjqaiGDZBXzYO/uploaded-1777315010051-deejd2xu.jpg",
|
||||
imageAlt: "gym hero athlete training",
|
||||
},
|
||||
{
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Beginner",
|
||||
price: "$49/mo",
|
||||
price: "PK,1500 ",
|
||||
subtitle: "Access all gym facilities",
|
||||
features: [
|
||||
"Full gym access",
|
||||
@@ -195,7 +195,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Spartan",
|
||||
price: "$89/mo",
|
||||
price: "PK,2000/mo",
|
||||
subtitle: "Take performance further",
|
||||
features: [
|
||||
"All gym access",
|
||||
@@ -211,7 +211,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Legend",
|
||||
price: "$129/mo",
|
||||
price: "PK3000/mo",
|
||||
subtitle: "Total Elite Experience",
|
||||
features: [
|
||||
"Priority access",
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--background: #010912;
|
||||
--card: #152840;
|
||||
--foreground: #e6f0ff;
|
||||
--primary-cta: #cee7ff;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #000000;
|
||||
--primary-cta-text: #010912;
|
||||
--secondary-cta: #0e1a29;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #535353;
|
||||
--background-accent: #CEE7FF;
|
||||
--accent: #3f5c79;
|
||||
--background-accent: #004a93;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user