3 Commits

Author SHA1 Message Date
dab7929328 Update src/app/page.tsx 2026-04-21 13:01:49 +00:00
b297b6c340 Merge version_1 into main
Merge version_1 into main
2026-04-21 13:00:29 +00:00
8f33a8dbeb Merge version_1 into main
Merge version_1 into main
2026-04-21 12:59:58 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroBillboardCarousel
background={{
variant: "plain"}}
title="Authentic Homemade Flavors"
title="Authentic Flavors, Made with Love"
description="Experience the warmth of home-cooked meals at The Grill. Located in the heart of Konami."
buttons={[
{
@@ -245,4 +245,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}