Update src/app/page.tsx

This commit is contained in:
2026-05-05 15:13:07 +00:00
parent f6e64f42f0
commit b32a67f5fc

View File

@@ -87,6 +87,9 @@ export default function LandingPage() {
{
id: "p6", name: "Roasted Vegetable Platter", price: "$24", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-lettuce-olives-corn-tomatoes-top-view_114579-9534.jpg"},
]}
buttons={[
{ text: "View Full Menu", href: "#menu" }
]}
title="Signature Dishes"
description="Experience our curated selection of Mediterranean specialties."
/>
@@ -228,4 +231,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}