Update src/app/page.tsx

This commit is contained in:
2026-05-08 17:35:03 +00:00
parent f8fc00348c
commit 3cd7289dcf

View File

@@ -117,6 +117,7 @@ export default function LandingPage() {
{
id: "6", name: "Chef's Selection", price: "28.00", variant: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4k1bm"},
]}
buttons={[{ text: "Order Now", href: "#" }]}
title="Signature Flavours"
description="Explore our authentic menu crafted with traditional spices and techniques."
/>
@@ -234,4 +235,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}