From 0976cd33ab325958f173f8bb73bca4c25139ac5c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:01:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30fc0e1..90c1a88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Activity, Users, MapPin, Phone } from "lucide-react"; +import { Activity, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -51,29 +51,15 @@ export default function LandingPage() { buttons={[{ text: "Join Today", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/sportswoman-with-dumbbell-head_23-2147752856.jpg" mediaAnimation="slide-up" - avatars={[ - { src: "http://img.b2bpic.net/free-photo/pink-smoke-background-with-young-adult_23-2149681383.jpg", alt: "" }, - { src: "http://img.b2bpic.net/free-photo/close-up-man-doing-crossfit-workout_23-2149080492.jpg", alt: "" }, - { src: "http://img.b2bpic.net/free-photo/man-showing-wrestling-combat-stance_23-2149749733.jpg", alt: "" }, - { src: "http://img.b2bpic.net/free-photo/albania-flag-handsome-young-muscular-man-black-background_559531-10782.jpg", alt: "" }, - { src: "http://img.b2bpic.net/free-photo/sportswoman-with-dumbbell-head_23-2147752856.jpg", alt: "" }, - ]} - marqueeItems={[ - { type: "text", text: "STRENGTH" }, - { type: "text", text: "DISCIPLINE" }, - { type: "text", text: "COMMUNITY" }, - { type: "text", text: "PERFORMANCE" }, - { type: "text", text: "LEGACY" }, - ]} />
@@ -165,18 +151,20 @@ export default function LandingPage() { title="Start Your Fitness Journey Today" description="Fill out the form to schedule a visit or call us directly. We're ready to help you push your limits." background={{ variant: "gradient-bars" }} + useInvertedBackground={false} imageSrc="https://img.b2bpic.net/free-photo/gym-interior-weights-rack-background_23-2148818820.jpg" buttonText="Submit Inquiry" inputPlaceholder="Enter your email" onSubmit={(e) => console.log(e)} + mediaAnimation="slide-up" />