Update src/app/about/page.tsx

This commit is contained in:
2026-03-12 18:27:21 +00:00
parent f83039d7a6
commit 1a39128577

View File

@@ -53,35 +53,17 @@ export default function AboutPage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-engine-close-up_1398-286.jpg?_wi=2",
imageAlt: "Powerful motorcycle on open road",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-engine-close-up_1398-286.jpg", imageAlt: "Powerful motorcycle on open road"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-motorbiker-inspecting-his-bike-before-ride_1098-19059.jpg?_wi=2",
imageAlt: "Classic cruiser motorcycle",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/side-view-motorbiker-inspecting-his-bike-before-ride_1098-19059.jpg", imageAlt: "Classic cruiser motorcycle"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-tattooed-bearded-man-with-dressed-black-leather-jacket-bow-tie-posing-near-retro-sports-motorbike-men-s-clothing-store_613910-19587.jpg?_wi=2",
imageAlt: "Custom motorcycle in sunlight",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/stylish-tattooed-bearded-man-with-dressed-black-leather-jacket-bow-tie-posing-near-retro-sports-motorbike-men-s-clothing-store_613910-19587.jpg", imageAlt: "Custom motorcycle in sunlight"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-riding-motorbike_23-2150810263.jpg?_wi=2",
imageAlt: "Motorcycle club gathering",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-riding-motorbike_23-2150810263.jpg", imageAlt: "Motorcycle club gathering"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/two-lesbian-women-kissing-while-motorcycle-with-helmets_23-2149023869.jpg?_wi=2",
imageAlt: "Group ride on highway",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/two-lesbian-women-kissing-while-motorcycle-with-helmets_23-2149023869.jpg", imageAlt: "Group ride on highway"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-riding-motorbike_23-2150810285.jpg?_wi=2",
imageAlt: "Motorcycle detail shot",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-riding-motorbike_23-2150810285.jpg", imageAlt: "Motorcycle detail shot"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -110,35 +92,14 @@ export default function AboutPage() {
useInvertedBackground={true}
products={[
{
id: "1",
brand: "Harley-Davidson",
name: "Street 750",
price: "Custom Build",
rating: 5,
reviewCount: "Member Favorite",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-motorcycle-outdoors_23-2148703221.jpg?_wi=1",
imageAlt: "Harley-Davidson Street 750",
},
id: "1", brand: "Harley-Davidson", name: "Street 750", price: "Custom Build", rating: 5,
reviewCount: "Member Favorite", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-motorcycle-outdoors_23-2148703221.jpg", imageAlt: "Harley-Davidson Street 750"},
{
id: "2",
brand: "Indian",
name: "Scout Bobber",
price: "Classic Beauty",
rating: 5,
reviewCount: "Stunning",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909411.jpg?_wi=1",
imageAlt: "Indian Scout Bobber",
},
id: "2", brand: "Indian", name: "Scout Bobber", price: "Classic Beauty", rating: 5,
reviewCount: "Stunning", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909411.jpg", imageAlt: "Indian Scout Bobber"},
{
id: "3",
brand: "Triumph",
name: "Bonneville T120",
price: "Iconic Ride",
rating: 5,
reviewCount: "Legendary",
imageSrc: "http://img.b2bpic.net/free-photo/view-cool-motorcycle_23-2150704785.jpg?_wi=1",
imageAlt: "Triumph Bonneville T120",
},
id: "3", brand: "Triumph", name: "Bonneville T120", price: "Iconic Ride", rating: 5,
reviewCount: "Legendary", imageSrc: "http://img.b2bpic.net/free-photo/view-cool-motorcycle_23-2150704785.jpg", imageAlt: "Triumph Bonneville T120"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -163,35 +124,14 @@ export default function AboutPage() {
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Brotherhood",
name: "Unity & Loyalty",
price: "Core Value",
rating: 5,
reviewCount: "Foundation",
imageSrc: "http://img.b2bpic.net/free-photo/dirt-bike-rider-participating-races-circuits-adventure-thrill-with-motorcycle_23-2151482663.jpg?_wi=1",
imageAlt: "Brotherhood and Unity",
},
id: "1", brand: "Brotherhood", name: "Unity & Loyalty", price: "Core Value", rating: 5,
reviewCount: "Foundation", imageSrc: "http://img.b2bpic.net/free-photo/dirt-bike-rider-participating-races-circuits-adventure-thrill-with-motorcycle_23-2151482663.jpg", imageAlt: "Brotherhood and Unity"},
{
id: "2",
brand: "Freedom",
name: "Open Road Spirit",
price: "Lifestyle",
rating: 5,
reviewCount: "Adventure",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-couple-denim-jackets-with-motorbike-near-big-glass-building-city-centre_613910-3737.jpg?_wi=1",
imageAlt: "Freedom and Adventure",
},
id: "2", brand: "Freedom", name: "Open Road Spirit", price: "Lifestyle", rating: 5,
reviewCount: "Adventure", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-couple-denim-jackets-with-motorbike-near-big-glass-building-city-centre_613910-3737.jpg", imageAlt: "Freedom and Adventure"},
{
id: "3",
brand: "Community",
name: "Giving Back",
price: "Commitment",
rating: 5,
reviewCount: "Impact",
imageSrc: "http://img.b2bpic.net/free-photo/professional-cyclist-women_23-2149703330.jpg?_wi=1",
imageAlt: "Community Service",
},
id: "3", brand: "Community", name: "Giving Back", price: "Commitment", rating: 5,
reviewCount: "Impact", imageSrc: "http://img.b2bpic.net/free-photo/professional-cyclist-women_23-2149703330.jpg", imageAlt: "Community Service"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"