2 Commits

Author SHA1 Message Date
d70419b995 Update src/app/page.tsx 2026-04-21 15:32:26 +00:00
c5b4b0afc6 Merge version_1 into main
Merge version_1 into main
2026-04-21 15:31:27 +00:00

View File

@@ -52,6 +52,11 @@ export default function LandingPage() {
title="Fiery Flavors, Unforgettable Moments"
description="Experience the intense, authentic taste of flame-grilled excellence in a warm and inviting atmosphere."
tag="Since 1998"
buttons={[
{
text: "Book Now", href: "#contact"
}
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-stove-fire-human-hand-pan_176474-3150.jpg", imageAlt: "Grilled specialty"},
@@ -197,4 +202,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}