Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user