Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 09:22:04 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumLarge"
background="blurBottom"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="FITGEAR"
description="Premium gym wears and equipment designed for champions. Elevate your fitness journey with quality gear that performs as hard as you do."
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Explore Categories", href: "#features" }
@@ -162,22 +162,22 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", title: "Game-Changing Quality", quote: "The comfort and durability of FitGear products are unmatched. I've tried many brands, but these are the first I recommend to everyone at my gym.", name: "Alex Johnson", role: "Fitness Coach", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Alex Johnson, Fitness Coach"
id: "1", title: "Game-Changing Quality", quote: "The comfort and durability of FitGear products are unmatched. I've tried many brands, but these are the first I recommend to everyone at my gym.", name: "Alex Johnson", role: "Fitness Coach", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Alex Johnson, Fitness Coach"
},
{
id: "2", title: "Perfect for Intense Training", quote: "From running shoes to compression wear, FitGear delivers on its promise. My performance has noticeably improved since switching.", name: "Maria Rodriguez", role: "Marathon Runner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", imageAlt: "Maria Rodriguez, Marathon Runner"
id: "2", title: "Perfect for Intense Training", quote: "From running shoes to compression wear, FitGear delivers on its promise. My performance has noticeably improved since switching.", name: "Maria Rodriguez", role: "Marathon Runner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Maria Rodriguez, Marathon Runner"
},
{
id: "3", title: "Exceptional Value", quote: "Premium quality without breaking the bank. FitGear offers the best value for serious athletes. Highly recommend!", name: "James Chen", role: "Crossfit Athlete", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=3", imageAlt: "James Chen, Crossfit Athlete"
id: "3", title: "Exceptional Value", quote: "Premium quality without breaking the bank. FitGear offers the best value for serious athletes. Highly recommend!", name: "James Chen", role: "Crossfit Athlete", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "James Chen, Crossfit Athlete"
},
{
id: "4", title: "Transforms Your Workout", quote: "The equipment and apparel work together seamlessly. I feel more confident and motivated during every session with FitGear.", name: "Sarah Williams", role: "Personal Trainer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=4", imageAlt: "Sarah Williams, Personal Trainer"
id: "4", title: "Transforms Your Workout", quote: "The equipment and apparel work together seamlessly. I feel more confident and motivated during every session with FitGear.", name: "Sarah Williams", role: "Personal Trainer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Sarah Williams, Personal Trainer"
},
{
id: "5", title: "Durable and Reliable", quote: "Six months in, everything still looks and feels brand new. This is the quality that keeps me coming back.", name: "Michael Thompson", role: "Gym Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=5", imageAlt: "Michael Thompson, Gym Enthusiast"
id: "5", title: "Durable and Reliable", quote: "Six months in, everything still looks and feels brand new. This is the quality that keeps me coming back.", name: "Michael Thompson", role: "Gym Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Michael Thompson, Gym Enthusiast"
},
{
id: "6", title: "Best Investment Yet", quote: "Investing in FitGear was the best decision for my fitness journey. Worth every penny!", name: "Emily Davis", role: "Professional Athlete", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=6", imageAlt: "Emily Davis, Professional Athlete"
id: "6", title: "Best Investment Yet", quote: "Investing in FitGear was the best decision for my fitness journey. Worth every penny!", name: "Emily Davis", role: "Professional Athlete", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Emily Davis, Professional Athlete"
}
]}
buttons={[