Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f331a1c4e2 | |||
| d77eedecfe | |||
| 4657d01ddc | |||
| 75c9b5131a |
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user