7 Commits

Author SHA1 Message Date
9f2a09a35a Update src/app/page.tsx 2026-06-05 13:07:34 +00:00
53d9ede44b Switch to version 1: modified src/app/page.tsx 2026-06-05 13:06:48 +00:00
627d108b23 Merge version_2 into main
Merge version_2 into main
2026-06-05 12:29:22 +00:00
419b9e965d Update src/app/page.tsx 2026-06-05 12:29:16 +00:00
a9ba92f365 Merge version_2 into main
Merge version_2 into main
2026-06-05 12:28:55 +00:00
bedd608dfe Update src/app/page.tsx 2026-06-05 12:28:49 +00:00
80b0bb037f Merge version_1 into main
Merge version_1 into main
2026-06-04 18:41:47 +00:00

View File

@@ -113,7 +113,7 @@ export default function LandingPage() {
value: "100%", title: "Quality Assured"}, value: "100%", title: "Quality Assured"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/man-repairing-bicycle-workshop_23-2147892662.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-repairing-bicycle-workshop_23-2147892662.jpg"
imageAlt="Cyclist riding a high-performance bike" imageAlt="Mechanic repairing a bicycle in a workshop"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -253,9 +253,9 @@ export default function LandingPage() {
description="Have questions or need assistance finding your perfect bike? Our team is here to help!" description="Have questions or need assistance finding your perfect bike? Our team is here to help!"
buttons={[ buttons={[
{ {
text: "Contact Sales", href: "#"}, text: "Contact Sales", href: "#contact"},
{ {
text: "Visit Our Store", href: "#"}, text: "Visit Our Store", href: "#contact"},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -304,4 +304,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }