Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8e571a48b | |||
| a5843822de | |||
| f50529b518 | |||
| b39b7501d1 |
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
title="Shop Smarter, Compare Everywhere"
|
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."
|
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"
|
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"
|
imageAlt="CompareHub interface preview"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
@@ -160,4 +160,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user