Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-21 15:32:30 +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>
);
}
}