From 9f2a09a35a4d05b2e25d7918c2f0fc5b327bdea6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 13:07:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cfa5510..41b791d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function LandingPage() { value: "100%", title: "Quality Assured"}, ]} 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" 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!" buttons={[ { - text: "Contact Sales", href: "#"}, + text: "Contact Sales", href: "#contact"}, { - text: "Visit Our Store", href: "#"}, + text: "Visit Our Store", href: "#contact"}, ]} buttonAnimation="slide-up" /> @@ -304,4 +304,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1