Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-06-03 06:24:37 +00:00

View File

@@ -180,7 +180,7 @@ export default function Page() {
logoText="Orchid Restaurant"
columns={[
{ title: "Discover", items: [{ label: "Our Story", href: "#about" }, { label: "Full Menu", href: "#menu" }, { label: "Seasonal Specials", href: "#specials" }, { label: "Dining Experience", href: "#features" }] },
{ title: "Assistance", items: [{ label: "Reservations", href: "#contact" }, { label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Privacy Policy", href: "#" }] },
{ title: "Assistance", items: [{ label: "Reservations", href: "#contact" }, { label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Location", href: "https://maps.app.goo.gl/mAXFMAb82ZbfgMve7" }, { label: "Privacy Policy", href: "#" }] },
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/orchidrestaurant" }, { label: "Facebook", href: "https://facebook.com/orchidrestaurant" }, { label: "Twitter", href: "https://twitter.com/orchidrestaurant" }] }
]}
copyrightText="© 2024 Orchid Restaurant. All rights reserved."