Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-21 13:46:47 +00:00

View File

@@ -32,8 +32,10 @@ export default function LandingPage() {
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Menu", id: "products" }, { name: "Menu", id: "products" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" },
]}
{ name: "Blog", id: "/blog" },
]}
button={{ button={{
text: "Order Now", href: "https://example.com/order" text: "Order Now", href: "https://example.com/order"
}} }}