From 3c539bc50add555ca11ff4716a145b870bb499a5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:25:44 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9f19796..3ffc4d4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -50,8 +50,8 @@ export default function AboutPage() { buttons={[ { text: "Our Story", href: "/about" } ]} - buttonAnimation="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/attractive-happy-couple-friends-traveling-summer-bicycles-man-woman-with-blond-hair-boho-hipster-style-fashion-having-fun-together-walking-by-sea-resort-city_285396-3068.jpg?_wi=1" + buttonAnimation="slide-up" + imageSrc="http://img.b2bpic.net/free-photo/attractive-happy-couple-friends-traveling-summer-bicycles-man-woman-with-blond-hair-boho-hipster-style-fashion-having-fun-together-walking-by-sea-resort-city_285396-3068.jpg" imageAlt="group cyclists sharing stories" useInvertedBackground={false} ariaLabel="About us section highlighting passion and mission" @@ -63,14 +63,14 @@ export default function AboutPage() { title="Engineered for Every Cyclist" description="From aerodynamic helmets to responsive shoes, every piece of CycleHub gear is crafted with precision and tested for durability. Ride with confidence, comfort, and control." tag="Performance & Safety" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={true} features={[ { id: "helmet-tech", title: "Advanced Helmet Protection", description: "Lightweight construction with enhanced ventilation and MIPS technology for superior safety and comfort.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/bike-helmet_23-2148138772.jpg?_wi=2", imageAlt: "modern cycling helmet aerodynamic design" + imageSrc: "http://img.b2bpic.net/free-photo/bike-helmet_23-2148138772.jpg", imageAlt: "modern cycling helmet aerodynamic design" }, items: [ { icon: Shield, text: "MIPS Safety System" }, @@ -80,7 +80,7 @@ export default function AboutPage() { }, { id: "apparel-comfort", title: "Ergonomic Cycling Apparel", description: "Breathable, moisture-wicking fabrics with an ergonomic fit to keep you comfortable on long rides.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/adult-man-turning-back-road_329181-8670.jpg?_wi=2", imageAlt: "breathable cycling jersey high performance" + imageSrc: "http://img.b2bpic.net/free-photo/adult-man-turning-back-road_329181-8670.jpg", imageAlt: "breathable cycling jersey high performance" }, items: [ { icon: Shirt, text: "Moisture-Wicking Fabric" }, @@ -97,16 +97,16 @@ export default function AboutPage() { title="What Our Riders Say" description="Hear from the CycleHub community about how our gear has transformed their riding experience." tag="Rider Stories" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah J.", role: "Road Cyclist", testimonial: "The Pro Road Bike is a game-changer! Lightweight, fast, and incredibly responsive. My KOMs have never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-happy-african-couple-friends-traveling-summer-bicycles-man-woman-with-blond-hair-boho-hipster-style-fashion-having-fun-together-walking-by-sea-resort-city_285396-3068.jpg?_wi=2", imageAlt: "happy cyclist woman smiling" + id: "1", name: "Sarah J.", role: "Road Cyclist", testimonial: "The Pro Road Bike is a game-changer! Lightweight, fast, and incredibly responsive. My KOMs have never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-happy-african-couple-friends-traveling-summer-bicycles-man-woman-with-blond-hair-boho-hipster-style-fashion-having-fun-together-walking-by-sea-resort-city_285396-3068.jpg", imageAlt: "happy cyclist woman smiling" }, { - id: "2", name: "Michael C.", role: "Mountain Biker", testimonial: "The Trailblazer handles everything I throw at it. Durable, great suspension, and absolute confidence on challenging trails.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-young-athlete-texting-message-rest_1262-5283.jpg?_wi=2", imageAlt: "man with bicycle gear confident" + id: "2", name: "Michael C.", role: "Mountain Biker", testimonial: "The Trailblazer handles everything I throw at it. Durable, great suspension, and absolute confidence on challenging trails.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-young-athlete-texting-message-rest_1262-5283.jpg", imageAlt: "man with bicycle gear confident" } ]} /> -- 2.49.1