4 Commits

Author SHA1 Message Date
c8e571a48b Update src/app/page.tsx 2026-04-08 18:56:45 +00:00
a5843822de Merge version_1 into main
Merge version_1 into main
2026-04-08 18:48:36 +00:00
f50529b518 Merge version_1 into main
Merge version_1 into main
2026-04-08 18:48:12 +00:00
b39b7501d1 Merge version_1 into main
Merge version_1 into main
2026-04-08 18:47:40 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
title="Shop Smarter, Compare Everywhere"
description="Compare prices, features, and ratings across top ecommerce platforms in real-time. Everything you need to make the best purchase decision, all in one place."
buttons={[{ text: "Start Comparing", href: "#products" }]}
buttons={[{ text: "Start Comparing", onClick: () => { const el = document.querySelector("#products"); el?.scrollIntoView({ behavior: "smooth" }); } }]}
imageSrc="http://img.b2bpic.net/free-photo/office-worker-analyzing-business-charts-laptop-using-paperwork-research-information-make-data-report-working-from-home-startup-analysis-with-web-graphs-browsing-internet_482257-50961.jpg"
imageAlt="CompareHub interface preview"
mediaAnimation="blur-reveal"
@@ -160,4 +160,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}