Update src/app/page.tsx

This commit is contained in:
2026-03-21 19:00:56 +00:00
parent ba7d21b4b8
commit 9300047509

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<HeroBillboardScroll
title="Ride Better. Ride Further. Ride With Confidence."
description="From first ride to pro-level performance — we help you find the perfect bike, keep it running flawlessly, and enjoy every moment on the road or trail."
background="radial-gradient"
background={{ variant: "radial-gradient" }}
tag="Jerusalem's Premier Bicycle Experience"
tagIcon={Bike}
tagAnimation="slide-up"
@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "Rent a Bike", href: "#contact" }
]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/bearded-man-with-bicycle_1098-1289.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/bearded-man-with-bicycle_1098-1289.jpg"
imageAlt="Modern bicycle shop interior with welcoming atmosphere"
ariaLabel="Bike Way hero section"
/>
@@ -175,7 +175,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Ready to Ride?"
description="Whether you're buying your first bike or upgrading to your dream ride — we're here to help. Get in touch with our team today."
imageSrc="http://img.b2bpic.net/free-photo/bearded-man-with-bicycle_1098-1289.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/bearded-man-with-bicycle_1098-1289.jpg"
imageAlt="Bike Way team ready to help"
mediaAnimation="slide-up"
mediaPosition="left"