Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-15 15:23:25 +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>
);
}
}