Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| abeca1379e | |||
| 0a12a11efb | |||
| 99368039ca | |||
| e2fc7f35f0 |
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now", href: "#products"},
|
||||
text: "Start Ordering", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/batch-cooking-arrangement-with-blank-phone_23-2148765610.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -155,6 +155,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Explore Top Picks"
|
||||
description="Browse today's best offerings from our local partners."
|
||||
buttons={[
|
||||
{ text: "View All Products", href: "/products" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -272,4 +275,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user