Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-01 20:00:29 +00:00

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Reserve Table", href: "contact"
text: "Reserve Table", href: "#contact"
}}
/>
</div>
@@ -52,8 +52,8 @@ export default function LandingPage() {
tagIcon={Flame}
background={{ variant: "plain" }}
buttons={[
{ text: "Reserve Now", href: "contact" },
{ text: "View Menu", href: "cuts" }
{ text: "Reserve Now", href: "#contact" },
{ text: "View Menu", href: "#cuts" }
]}
buttonAnimation="slide-up"
mediaItems={[
@@ -214,6 +214,7 @@ export default function LandingPage() {
tagIcon={Calendar}
buttons={[{ text: "Reserve Table", href: "#contact" }]}
useInvertedBackground={true}
background={{ variant: "plain" }}
/>
</div>
@@ -222,8 +223,8 @@ export default function LandingPage() {
bottomLeftText="© 2024 Kuro Gyu Premium Steakhouse."
bottomRightText="All rights reserved."
columns={[
{ title: "Dining", items: [{ label: "Menu", href: "#" }, { label: "Reservations", href: "#" }] },
{ title: "Experience", items: [{ label: "About", href: "#" }, { label: "Team", href: "#" }] }
{ title: "Dining", items: [{ label: "Menu", href: "#cuts" }, { label: "Reservations", href: "#contact" }] },
{ title: "Experience", items: [{ label: "About", href: "#about" }, { label: "Team", href: "#team" }] }
]}
/>
</div>