11 Commits

Author SHA1 Message Date
b7c7e35a2d Merge version_6 into main
Merge version_6 into main
2026-04-27 18:39:04 +00:00
cffcd1a5fe Update src/app/page.tsx 2026-04-27 18:39:01 +00:00
5e321f33ec Merge version_6 into main
Merge version_6 into main
2026-04-27 18:34:08 +00:00
fcf058f4c0 Update theme colors 2026-04-27 18:34:05 +00:00
43030f21ca Merge version_5 into main
Merge version_5 into main
2026-04-27 18:31:19 +00:00
23f1fc41de Update theme colors 2026-04-27 18:31:16 +00:00
8105ce3e7f Merge version_4 into main
Merge version_4 into main
2026-04-27 18:31:13 +00:00
4c04b66fcd Update theme colors 2026-04-27 18:31:10 +00:00
2a72dbb207 Merge version_3 into main
Merge version_3 into main
2026-04-27 18:30:50 +00:00
8e6b1d701c Update theme colors 2026-04-27 18:30:46 +00:00
679442a31f Merge version_2 into main
Merge version_2 into main
2026-04-27 18:30:39 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -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",

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #010912;
--card: #152840;
--foreground: #e6f0ff;
--primary-cta: #cee7ff;
--primary-cta-text: #010912;
--secondary-cta: #0e1a29;
--secondary-cta-text: #ffffff;
--accent: #3f5c79;
--background-accent: #004a93;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);