diff --git a/src/app/app/analysis/page.tsx b/src/app/app/analysis/page.tsx index 08b7b53..c609df6 100644 --- a/src/app/app/analysis/page.tsx +++ b/src/app/app/analysis/page.tsx @@ -2,11 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function AnalysisPage() { + const navItems = [ + { name: "Pricing", id: "pricing" }, + { name: "FAQ", id: "faq" }, + ]; + return ( - {/* Navbar */} - {/* Analysis Hero Section */}
-
- {/* Analysis Breakdown Section */}
1. Lower Chest Development - Add 2-3 decline bench sessions per week with controlled tempo. Priority rank: HIGH
2. Rear Deltoid Hypertrophy - Incorporate face pulls and reverse pec deck work 2x/week. Priority rank: HIGH
3. Left Shoulder Symmetry - Unilateral work on left side for 4 weeks minimum. Priority rank: MEDIUM", - }, + id: "4", title: "Your Top 3 Training Priorities", content: + "1. Lower Chest Development - Add 2-3 decline bench sessions per week with controlled tempo. Priority rank: HIGH
2. Rear Deltoid Hypertrophy - Incorporate face pulls and reverse pec deck work 2x/week. Priority rank: HIGH
3. Left Shoulder Symmetry - Unilateral work on left side for 4 weeks minimum. Priority rank: MEDIUM"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaI3bVZAjB9bZyI3Ta0WXumoTQ/app-analysis-screen-with-header-a-1772824175215-8a1f52f2.png?_wi=2" imageAlt="FORMA analysis output screen with all scores and metrics" @@ -107,78 +88,38 @@ export default function AnalysisPage() { mediaPosition="right" buttons={[ { - text: "Export Analysis", - href: "#", - }, + text: "Export Analysis", href: "#"}, ]} />
- {/* Footer */}