Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-19 20:09:05 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -45,14 +45,14 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="Farani Fitness"
description="Transform your fitness goals with personalized online coaching from Walker and Cody Cianfrance. Expert guidance, proven results, and dedicated support every step of your journey."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Start Your Transformation", href: "#pricing" },
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/mature-woman-doing-exercising-with-trainer_329181-12917.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/mature-woman-doing-exercising-with-trainer_329181-12917.jpg"
imageAlt="Professional fitness coaching"
mediaAnimation="slide-up"
frameStyle="card"
@@ -122,10 +122,10 @@ export default function LandingPage() {
{
id: 1,
title: "Expert Guidance", description: "Personalized workout and nutrition plans crafted by experienced coaches Walker and Cody Cianfrance, tailored to your specific goals and equipment.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-doing-exercising-with-trainer_329181-12917.jpg?_wi=2", imageAlt: "Expert coaching session"
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-doing-exercising-with-trainer_329181-12917.jpg", imageAlt: "Expert coaching session"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/pensive-african-american-working-mother-having-online-meeting-laptop-home_637285-11332.jpg?_wi=1", imageAlt: "Zoom coaching consultation"
imageSrc: "http://img.b2bpic.net/free-photo/pensive-african-american-working-mother-having-online-meeting-laptop-home_637285-11332.jpg", imageAlt: "Zoom coaching consultation"
}
},
{
@@ -140,10 +140,10 @@ export default function LandingPage() {
{
id: 3,
title: "Proven Results", description: "From beginners to competitive powerlifters and bodybuilders, our clients achieve their goals with dedicated coaching, progress tracking, and continuous motivation.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/redhead-sportswoman-cross-arms-chest-smiling-workout-gym-standing-sportsbra-against-white-background_176420-48994.jpg?_wi=1", imageAlt: "Client success"
imageSrc: "http://img.b2bpic.net/free-photo/redhead-sportswoman-cross-arms-chest-smiling-workout-gym-standing-sportsbra-against-white-background_176420-48994.jpg", imageAlt: "Client success"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=1", imageAlt: "Client transformation"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", imageAlt: "Client transformation"
}
}
]}
@@ -159,10 +159,10 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/redhead-sportswoman-cross-arms-chest-smiling-workout-gym-standing-sportsbra-against-white-background_176420-48994.jpg?_wi=2", imageAlt: "Sarah Johnson"
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/redhead-sportswoman-cross-arms-chest-smiling-workout-gym-standing-sportsbra-against-white-background_176420-48994.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=2", imageAlt: "Michael Chen"
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg", imageAlt: "Emily Rodriguez"
@@ -188,9 +188,9 @@ export default function LandingPage() {
description="Join hundreds of satisfied clients who have transformed their fitness with personalized coaching from Walker and Cody. Sign up for a free consultation to discuss which plan is right for you."
tagIcon={Rocket}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/pensive-african-american-working-mother-having-online-meeting-laptop-home_637285-11332.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/pensive-african-american-working-mother-having-online-meeting-laptop-home_637285-11332.jpg"
imageAlt="Online coaching consultation"
mediaAnimation="slide-up"
mediaPosition="right"