12 Commits

Author SHA1 Message Date
4312c76e1b Merge version_3 into main
Merge version_3 into main
2026-03-12 19:19:20 +00:00
ae8ffe585d Update theme colors 2026-03-12 19:19:14 +00:00
0fbed79189 Merge version_3 into main
Merge version_3 into main
2026-03-12 19:17:21 +00:00
da1dde745b Update src/app/page.tsx 2026-03-12 19:17:11 +00:00
514ef0a60c Merge version_2 into main
Merge version_2 into main
2026-03-12 19:14:00 +00:00
e198ac64cb Update src/app/page.tsx 2026-03-12 19:13:56 +00:00
6834170174 Merge version_2 into main
Merge version_2 into main
2026-03-12 19:13:35 +00:00
3a5d38992d Update src/app/page.tsx 2026-03-12 19:13:31 +00:00
53ee63161c Merge version_2 into main
Merge version_2 into main
2026-03-12 19:12:49 +00:00
86e3265400 Update src/app/styles/variables.css 2026-03-12 19:12:45 +00:00
caea43ef6f Update src/app/page.tsx 2026-03-12 19:12:44 +00:00
4e7dcc9ae7 Merge version_1 into main
Merge version_1 into main
2026-03-12 19:09:20 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwent
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Clock, Flame, Target, Trophy, Users, Zap, Sparkles } from 'lucide-react';
import { Clock, Flame, Flame as FlameIcon, Target, Trophy, Users, Zap, Sparkles } from 'lucide-react';
export default function LandingPage() {
return (
@@ -47,12 +47,12 @@ export default function LandingPage() {
title="AI that analyzes your physique."
description="Upload your gym photos, track your progress, and improve with AI-powered feedback. Join thousands transforming their fitness journey with personalized insights and real-time analysis."
buttons={[
{ text: 'Join the Waitlist', href: '#waitlist' }
{ text: 'Get Early Access', href: '#waitlist' }
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArEgeutwBVHCKdrLyohjDTTMON/a-modern-fitness-app-interface-mockup-sh-1773342490235-32709f7c.png',
imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArEgeutwBVHCKdrLyohjDTTMON/a-modern-fitness-app-interface-mockup-sh-1773342490235-32709f7c.png?_wi=1',
imageAlt: 'Physiqo fitness app interface preview'
},
{
@@ -91,8 +91,8 @@ export default function LandingPage() {
content: 'Our AI learns your weak muscle groups and suggests personalized workouts to address imbalances. Get customized exercise plans tailored to your specific needs and fitness goals.'
}
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArEgeutwBVHCKdrLyohjDTTMON/a-visual-representing-progress-tracking--1773342490314-dc3a3b1b.png"
imageAlt="Progress tracking visualization"
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArEgeutwBVHCKdrLyohjDTTMON/a-modern-fitness-app-interface-mockup-sh-1773342490235-32709f7c.png?_wi=2"
videoAriaLabel="Physiqo features demonstration"
mediaAnimation="slide-up"
useInvertedBackground={false}
mediaPosition="right"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #1a1a1a;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
--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;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);