Merge version_1_1781377616754 into main #1
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Overview",
|
||||
"href": "#hero"
|
||||
"name": "Overview", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Menu",
|
||||
"href": "#menu"
|
||||
"name": "Menu", "href": "#menu"
|
||||
},
|
||||
{
|
||||
"name": "Reviews",
|
||||
"href": "#testimonials"
|
||||
"name": "Reviews", "href": "#testimonials"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
"name": "Contact", "href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
"name": "About", "href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Features",
|
||||
"href": "#features"
|
||||
"name": "Features", "href": "#features"
|
||||
},
|
||||
{
|
||||
"name": "Metrics",
|
||||
"href": "#metrics"
|
||||
"name": "Metrics", "href": "#metrics"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -42,66 +35,48 @@ export default function Layout() {
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Gloria's"
|
||||
ctaButton={{
|
||||
text: "Order Now",
|
||||
href: "#",
|
||||
}}
|
||||
navItems={navItems} />
|
||||
logo="Gloria's"
|
||||
logoImageSrc="http://img.b2bpic.net/free-vector/gradient-labels-collection-mexico-independence-celebration_23-2149552840.jpg"
|
||||
ctaButton={{
|
||||
text: "Order Now", href: "#"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
<Outlet />
|
||||
</main>
|
||||
<SectionErrorBoundary name="footer">
|
||||
<FooterBasic
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
columns={[
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reservations", href: "#"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#",
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "7401 Florence Ave, Downey, CA", href: "#"},
|
||||
{
|
||||
label: "+1 562-776-1488", href: "tel:+15627761488"},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
title: "Socials", items: [
|
||||
{
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "7401 Florence Ave, Downey, CA",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "+1 562-776-1488",
|
||||
href: "tel:+15627761488",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Socials",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
leftText="© 2024 Gloria's Cocina Mexicana. All rights reserved."
|
||||
rightText="Designed with flavor."
|
||||
/>
|
||||
]}
|
||||
leftText="© 2024 Gloria's Cocina Mexicana. All rights reserved."
|
||||
rightText="Designed with flavor."
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</StyleProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user