Merge version_2 into main #2
@@ -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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user