Update src/app/page.tsx

This commit is contained in:
2026-03-09 05:42:45 +00:00
parent 35d69def37
commit 871e59e9dd

View File

@@ -50,7 +50,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/high-angle-orange-slices-drinkl_23-2149418285.jpg"
imageAlt="Premium product showcase"
buttons={[
{ text: "Browse Collection", href: "#products" }
{ text: "Browse Collection", href: "#products" },
{ text: "View Gallery", href: "#featured" }
]}
/>
</div>