Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-24 03:08:54 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
description="Experience gourmet dining that satisfies your deepest cravings at Hungry Point."
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Order Now", href: "#" }
{ text: "Browse Delivery Options", href: "#" }
]}
imageSrc="http://img.b2bpic.net/free-photo/gourmet-bacon-cheeseburger-with-arugula-tomato_84443-82005.jpg"
mediaAnimation="slide-up"
@@ -193,4 +193,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}