Update src/app/page.tsx
This commit is contained in:
@@ -48,16 +48,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-sportswoman-having-cross-training-with-weight-plate-gym_637285-8530.jpg", imageAlt: "Professional workout session" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-batch-cooking-arrangement-with-healthy-food_23-2149092443.jpg", imageAlt: "Nutrition guidance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg", imageAlt: "Strength training" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-running_1098-115.jpg", imageAlt: "Cardio training" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-sportswoman-having-cross-training-with-weight-plate-gym_637285-8530.jpg?_wi=1", imageAlt: "Professional workout session" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-batch-cooking-arrangement-with-healthy-food_23-2149092443.jpg?_wi=1", imageAlt: "Nutrition guidance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg?_wi=1", imageAlt: "Strength training" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-running_1098-115.jpg?_wi=1", imageAlt: "Cardio training" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-running_1098-115.jpg", imageAlt: "Cardio excellence" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg", imageAlt: "Advanced training" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-batch-cooking-arrangement-with-healthy-food_23-2149092443.jpg", imageAlt: "Optimal nutrition" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-sportswoman-having-cross-training-with-weight-plate-gym_637285-8530.jpg", imageAlt: "Elite coaching" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-running_1098-115.jpg?_wi=2", imageAlt: "Cardio excellence" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg?_wi=2", imageAlt: "Advanced training" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-batch-cooking-arrangement-with-healthy-food_23-2149092443.jpg?_wi=2", imageAlt: "Optimal nutrition" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-sportswoman-having-cross-training-with-weight-plate-gym_637285-8530.jpg?_wi=2", imageAlt: "Elite coaching" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "contact" },
|
||||
|
||||
Reference in New Issue
Block a user