From bda7426b74e5d4c8a468da9c7b3ac1f6e324acf4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:25:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97693b7..31f2d81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=4", 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", 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?_wi=5", 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", 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?_wi=6", imageAlt: "Emily Davis, Professional Athlete" } ]} buttons={[ -- 2.49.1