8 Commits

Author SHA1 Message Date
92fe67c385 Update src/app/page.tsx 2026-06-03 06:50:45 +00:00
4e7007dd47 Merge version_3 into main
Merge version_3 into main
2026-06-03 06:27:28 +00:00
a059b7df8d Update src/app/page.tsx 2026-06-03 06:27:24 +00:00
4e83de610f Merge version_2 into main
Merge version_2 into main
2026-06-03 06:24:37 +00:00
f331a1c4e2 Update src/app/page.tsx 2026-06-03 06:24:30 +00:00
d77eedecfe Merge version_1 into main
Merge version_1 into main
2026-06-03 06:18:01 +00:00
4657d01ddc Merge version_1 into main
Merge version_1 into main
2026-06-03 06:16:55 +00:00
75c9b5131a Merge version_1 into main
Merge version_1 into main
2026-06-03 06:09:52 +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."