Update src/app/page.tsx

This commit is contained in:
2026-04-05 16:59:47 +00:00
parent f787debd28
commit bca9ffbf60

View File

@@ -81,7 +81,7 @@ export default function LandingPage() {
{ id: "c5", name: "Only 8 Pistachio", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/swirled-green-yellow-cream-texture_23-2151988787.jpg" },
]}
title="Our Flavors"
description="Flavors rotate — come back for something new!"
description="Hand-picked rotating flavors made fresh daily—find your new favorite today!"
/>
</div>
@@ -139,4 +139,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}