Merge version_11 into main #17
@@ -25,11 +25,10 @@ export default function ServicesPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Events", id: "/#events" },
|
||||
{ name: "Visit", id: "/#visit" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Molisana Bakery"
|
||||
/>
|
||||
@@ -43,6 +42,11 @@ export default function ServicesPage() {
|
||||
className="py-32"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
bulletPoints={[
|
||||
{ title: "Custom Party Trays", description: "Signature sandwiches and house-made pastries." },
|
||||
{ title: "Hot Table Classics", description: "Authentic Italian daily rituals for your event." }
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
<div className="max-w-4xl mx-auto px-6 pb-20">
|
||||
<div className="bg-card p-8 rounded-2xl border flex items-center gap-6">
|
||||
@@ -60,9 +64,9 @@ export default function ServicesPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Bakery", items: [{ label: "Menu", href: "/menu" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Events", href: "/" }] },
|
||||
{ title: "Visit", items: [{ label: "Directions", href: "/" }, { label: "Contact", href: "/" }] },
|
||||
{ title: "Bakery", items: [{ label: "Services", href: "/services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Home", href: "/" }] },
|
||||
{ title: "Visit", items: [{ label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Molisana Bakery. All rights reserved."
|
||||
bottomRightText="Authentic Italian Daily Rituals"
|
||||
|
||||
Reference in New Issue
Block a user