Update src/app/page.tsx

This commit is contained in:
2026-03-14 13:15:44 +00:00
parent 31a56f4b6f
commit 15fc679cbd

View File

@@ -53,12 +53,12 @@ export default function LandingPage() {
]}
buttonAnimation="blur-reveal"
carouselItems={[
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-doing-workout-exercises_23-2150470960.jpg", imageAlt: "Professional gym training" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772205.jpg", imageAlt: "Intense workout session" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-machine_23-2149049762.jpg", imageAlt: "Strength training coaching" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-gym_140725-8086.jpg", imageAlt: "Modern gym facility" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332072.jpg", imageAlt: "Group fitness training" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-gym-training-together_23-2148419825.jpg", imageAlt: "Crossfit training" }
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-doing-workout-exercises_23-2150470960.jpg?_wi=1", imageAlt: "Professional gym training" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772205.jpg?_wi=1", imageAlt: "Intense workout session" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-machine_23-2149049762.jpg?_wi=1", imageAlt: "Strength training coaching" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-gym_140725-8086.jpg?_wi=1", imageAlt: "Modern gym facility" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332072.jpg?_wi=1", imageAlt: "Group fitness training" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-gym-training-together_23-2148419825.jpg?_wi=1", imageAlt: "Crossfit training" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -163,22 +163,22 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "review-1", name: "Fitness Baba", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-doing-workout-exercises_23-2150470960.jpg", imageAlt: "Member Review"
id: "review-1", name: "Fitness Baba", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-doing-workout-exercises_23-2150470960.jpg?_wi=2", imageAlt: "Member Review"
},
{
id: "review-2", name: "Verified Member", imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772205.jpg", imageAlt: "Member Review"
id: "review-2", name: "Verified Member", imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772205.jpg?_wi=2", imageAlt: "Member Review"
},
{
id: "review-3", name: "PT Member", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-machine_23-2149049762.jpg", imageAlt: "Member Review"
id: "review-3", name: "PT Member", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-machine_23-2149049762.jpg?_wi=2", imageAlt: "Member Review"
},
{
id: "review-4", name: "Long-term Member", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-gym_140725-8086.jpg", imageAlt: "Member Review"
id: "review-4", name: "Long-term Member", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-gym_140725-8086.jpg?_wi=2", imageAlt: "Member Review"
},
{
id: "review-5", name: "New Member", imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332072.jpg", imageAlt: "Member Review"
id: "review-5", name: "New Member", imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332072.jpg?_wi=2", imageAlt: "Member Review"
},
{
id: "review-6", name: "Fitness Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-gym-training-together_23-2148419825.jpg", imageAlt: "Member Review"
id: "review-6", name: "Fitness Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-gym-training-together_23-2148419825.jpg?_wi=2", imageAlt: "Member Review"
}
]}
cardTitle="What Our Members Say"
@@ -226,7 +226,7 @@ export default function LandingPage() {
<div id="footer-section" data-section="footer-section" className="relative w-full bg-black">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/front-view-couple-doing-workout-exercises_23-2150470960.jpg"
imageSrc="http://img.b2bpic.net/free-photo/front-view-couple-doing-workout-exercises_23-2150470960.jpg?_wi=3"
imageAlt="D Ultimate Gym"
logoText="D Ultimate Gym"
copyrightText="© 2025 D Ultimate Gym. All rights reserved."