Update src/app/page.tsx
This commit is contained in:
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-woman-walking-treadmill_23-2147688005.jpg"
|
||||
imageAlt="Modern gym facility with equipment"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Your Transformation", href: "pricing" },
|
||||
@@ -57,16 +57,16 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcus Johnson", handle: "Fitness Enthusiast", testimonial: "FitZone changed my life! The trainers are incredible and the community is so supportive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg"},
|
||||
{
|
||||
name: "Sarah Chen", handle: "Professional", testimonial: "Best gym experience ever. The equipment is top-notch and the atmosphere is motivating.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-gesturing-isolated_176474-43799.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-gesturing-isolated_176474-43799.jpg"},
|
||||
{
|
||||
name: "David Williams", handle: "Transformation Success", testimonial: "I've seen amazing results in just 6 months. Highly recommend FitZone!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561947.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561947.jpg"},
|
||||
{
|
||||
name: "Emma Rodriguez", handle: "Class Participant", testimonial: "The classes are fun, challenging, and the instructors really care about your progress.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -189,17 +189,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Patterson", role: "Business Owner", company: "Tech Solutions Inc", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg?_wi=2"},
|
||||
id: "1", name: "James Patterson", role: "Business Owner", company: "Tech Solutions Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg"},
|
||||
{
|
||||
id: "2", name: "Nicole Adams", role: "Marketing Manager", company: "Creative Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-gesturing-isolated_176474-43799.jpg?_wi=2"},
|
||||
id: "2", name: "Nicole Adams", role: "Marketing Manager", company: "Creative Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-gesturing-isolated_176474-43799.jpg"},
|
||||
{
|
||||
id: "3", name: "Robert Wilson", role: "Fitness Enthusiast", company: "Independent", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561947.jpg?_wi=2"},
|
||||
id: "3", name: "Robert Wilson", role: "Fitness Enthusiast", company: "Independent", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561947.jpg"},
|
||||
{
|
||||
id: "4", name: "Amanda Foster", role: "Healthcare Professional", company: "Medical Center", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg?_wi=2"},
|
||||
id: "4", name: "Amanda Foster", role: "Healthcare Professional", company: "Medical Center", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "95%", label: "Goal Achievement Rate" },
|
||||
@@ -238,7 +234,7 @@ export default function LandingPage() {
|
||||
tag="Get In Touch"
|
||||
title="Ready to Start Your Fitness Journey?"
|
||||
description="Join FitZone today and become part of a thriving community dedicated to health and wellness. Sign up for updates, schedule a tour, or ask any questions."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-doing-indoor-cycling_23-2149270229.jpg"
|
||||
imageAlt="FitZone gym entrance"
|
||||
|
||||
Reference in New Issue
Block a user