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