Update src/app/page.tsx

This commit is contained in:
2026-04-22 01:23:22 +00:00
parent 7888c2546b
commit 5e2f851eaf

View File

@@ -78,6 +78,9 @@ export default function LandingPage() {
textboxLayout="split-description"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
buttons={[
{ text: "View Full Menu", href: "#menu" }
]}
products={[
{
id: "1", brand: "Matcha", name: "OG Matcha Latte", price: "$6.50", rating: 5,