From 5f5ed2bac570edb6c942340f9277a3f589468146 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 17:36:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b586e4b..406673f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> -- 2.49.1