2 Commits

Author SHA1 Message Date
99368039ca Update src/app/page.tsx 2026-04-15 15:23:22 +00:00
e2fc7f35f0 Merge version_1 into main
Merge version_1 into main
2026-04-15 15:18:30 +00:00

View File

@@ -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>
);
}
}