5 Commits

Author SHA1 Message Date
09c4ffcb73 Update src/app/page.tsx 2026-06-11 05:55:31 +00:00
54fee757cc Merge version_2 into main
Merge version_2 into main
2026-06-11 05:49:10 +00:00
fd621162ec Update src/app/styles/variables.css 2026-06-11 05:49:07 +00:00
e2bd22dd3b Merge version_1 into main
Merge version_1 into main
2026-06-11 05:46:50 +00:00
be84865d1e Merge version_1 into main
Merge version_1 into main
2026-06-11 05:45:56 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -65,8 +65,8 @@ export default function LandingPage() {
{
text: "Explore Services", href: "#services"},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114158.jpg"
imageAlt="Modern gym interior with equipment"
imageSrc="https://assets.webuild.ai/indian-gym-hero.jpg"
imageAlt="An Indian gym interior with workout equipment"
mediaAnimation="slide-up"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e3deea;
--card: #ffffff;
--foreground: #1f2027;
--primary-cta: #1f2027;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #1f2027;
--accent: #627dc6;
--background-accent: #627dc6;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);