From c84844aaf3a7ab799c26138e8a3599bd52a1f3d8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:53:13 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 707 +++++++++++++++++++++++------------------------ 1 file changed, 352 insertions(+), 355 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61b8efd..df0ae68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,374 +13,371 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Activity, Apple, Brain, Dumbbell, Heart, Target, Zap, Users, Star, TrendingDown, TrendingUp } from 'lucide-react'; -import { WorkoutDataIntegration } from '@/app/components/WorkoutDataIntegration'; export default function LandingPage() { return ( - - - + + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- -
-
+ + ); -} +} \ No newline at end of file