Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-01 17:36:35 +00:00

View File

@@ -7,13 +7,11 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import MediaAbout from '@/components/sections/about/MediaAbout';
import { Calendar, User, Zap, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -96,6 +94,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
showRating={true}
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The community here is unmatched. I lost 20lbs and found my confidence.", rating: 5 },
{ id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "Changed my life physically and mentally. The best decision I've made.", rating: 5 }
@@ -136,6 +135,7 @@ export default function LandingPage() {
description="Ready to begin your journey? Drop us a message and a lead instructor will contact you to schedule your session."
inputs={[{ name: "name", type: "text", placeholder: "Full Name", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true }]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-training-with-mat_23-2149326120.jpg"
useInvertedBackground={false}
/>
</div>