Update src/app/page.tsx

This commit is contained in:
2026-05-05 23:55:58 +00:00
parent d7520128b2
commit b9eb2d64ce

View File

@@ -115,6 +115,9 @@ export default function LandingPage() {
{
id: "p6", name: "Dark Chocolate Ganache", price: "$18.00", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-chocolate-dessert-cup-beverage-restaurant_23-2148001613.jpg"},
]}
buttons={[
{ text: "View Full Menu", href: "#" }
]}
title="Curated Gourmet Menu"
description="Indulge in our selection of expertly crafted dishes, prepared fresh to satisfy the most discerning palates."
/>
@@ -245,4 +248,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}