Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-12 16:43:36 +00:00

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
]}
useInvertedBackground={false}
buttons={[
{ text: "Learn More", href: "#services" }
{ text: "Learn More", href: "services" }
]}
/>
</div>
@@ -209,26 +209,26 @@ export default function LandingPage() {
columns={[
{
title: "Services", items: [
{ label: "Private Dinners", href: "#services" },
{ label: "Corporate Catering", href: "#services" },
{ label: "Event Catering", href: "#services" },
{ label: "Meal Planning", href: "#services" }
{ label: "Private Dinners", href: "services" },
{ label: "Corporate Catering", href: "services" },
{ label: "Event Catering", href: "services" },
{ label: "Meal Planning", href: "services" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Specialties", href: "#specialties" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" }
{ label: "About Us", href: "about" },
{ label: "Specialties", href: "specialties" },
{ label: "Testimonials", href: "testimonials" },
{ label: "Contact", href: "contact" }
]
},
{
title: "Support", items: [
{ label: "FAQ", href: "#faq" },
{ label: "FAQ", href: "faq" },
{ label: "Dietary Options", href: "#" },
{ label: "Booking Policies", href: "#" },
{ label: "Contact Us", href: "#contact" }
{ label: "Contact Us", href: "contact" }
]
},
{