Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 19:27:21 +00:00

View File

@@ -65,13 +65,13 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "1", name: "Mountain Pro 3000", price: "$1,299", variant: "Carbon Frame 3 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-outdoors_23-2148889114.jpg", imageAlt: "Mountain Pro 3000 bicycle"
id: "1", name: "Mountain Pro 3000", price: "$1,299", variant: "Carbon Frame 3 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-outdoors_23-2148889114.jpg?_wi=1", imageAlt: "Mountain Pro 3000 bicycle"
},
{
id: "2", name: "Speed Racer Elite", price: "$1,599", variant: "Aluminum Multiple Colors", imageSrc: "http://img.b2bpic.net/free-photo/cool-bicycle-studio_23-2150884378.jpg", imageAlt: "Speed Racer Elite bicycle"
id: "2", name: "Speed Racer Elite", price: "$1,599", variant: "Aluminum Multiple Colors", imageSrc: "http://img.b2bpic.net/free-photo/cool-bicycle-studio_23-2150884378.jpg?_wi=1", imageAlt: "Speed Racer Elite bicycle"
},
{
id: "3", name: "Urban Commuter", price: "$749", variant: "Steel Frame 2 Options", imageSrc: "http://img.b2bpic.net/free-photo/happy-monday-concept-with-man-bicycle_23-2150040473.jpg", imageAlt: "Urban Commuter bicycle"
id: "3", name: "Urban Commuter", price: "$749", variant: "Steel Frame 2 Options", imageSrc: "http://img.b2bpic.net/free-photo/happy-monday-concept-with-man-bicycle_23-2150040473.jpg?_wi=1", imageAlt: "Urban Commuter bicycle"
}
]}
title="Featured Bicycles"
@@ -108,15 +108,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Expert Selection", description: "Handpicked bicycles from top brands worldwide, tested for quality and performance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-outdoors_23-2148889114.jpg", imageAlt: "Expert bike selection"
title: "Expert Selection", description: "Handpicked bicycles from top brands worldwide, tested for quality and performance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-outdoors_23-2148889114.jpg?_wi=2", imageAlt: "Expert bike selection"
},
{
id: 2,
title: "Professional Service", description: "Expert mechanics with 20+ years of experience provide maintenance and repairs.", imageSrc: "http://img.b2bpic.net/free-photo/cool-bicycle-studio_23-2150884378.jpg", imageAlt: "Professional bike service"
title: "Professional Service", description: "Expert mechanics with 20+ years of experience provide maintenance and repairs.", imageSrc: "http://img.b2bpic.net/free-photo/cool-bicycle-studio_23-2150884378.jpg?_wi=2", imageAlt: "Professional bike service"
},
{
id: 3,
title: "Community Focused", description: "We support local cycling events and foster a vibrant community of riders.", imageSrc: "http://img.b2bpic.net/free-photo/happy-monday-concept-with-man-bicycle_23-2150040473.jpg", imageAlt: "Community cycling events"
title: "Community Focused", description: "We support local cycling events and foster a vibrant community of riders.", imageSrc: "http://img.b2bpic.net/free-photo/happy-monday-concept-with-man-bicycle_23-2150040473.jpg?_wi=2", imageAlt: "Community cycling events"
}
]}
title="Why Choose Jim's Bicycle Shop"