Merge version_1_1782341721905 into main #1
@@ -7,80 +7,51 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Home",
|
||||
"href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "About Us",
|
||||
"href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Services",
|
||||
"href": "#services"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "Features Comp",
|
||||
"href": "#features-comp"
|
||||
},
|
||||
{
|
||||
"name": "Metrics",
|
||||
"href": "#metrics"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
}
|
||||
];
|
||||
{ name: "Home", href: "#hero" },
|
||||
{ name: "About Us", href: "#about" },
|
||||
{ name: "Services", href: "#services" },
|
||||
{ name: "Contact", href: "#contact" },
|
||||
{ name: "Features Comp", href: "#features-comp" },
|
||||
{ name: "Metrics", href: "#metrics" },
|
||||
{ name: "Testimonials", href: "#testimonials" }
|
||||
];
|
||||
|
||||
return (
|
||||
<StyleProvider buttonVariant="default" siteBackground="noise" heroBackground="gradientBars">
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Wallach Iron & Metal"
|
||||
ctaButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:314-389-1129",
|
||||
}}
|
||||
navItems={navItems} />
|
||||
logo="Wallach Iron & Metal"
|
||||
logoImageSrc="http://img.b2bpic.net/free-vector/creative-text-effect-editable-modern-creative-text-style_314614-3360.jpg"
|
||||
ctaButton={{
|
||||
text: "Call Now", href: "tel:314-389-1129"}}
|
||||
navItems={navItems}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
<Outlet />
|
||||
</main>
|
||||
<SectionErrorBoundary name="footer">
|
||||
<FooterSimpleCard
|
||||
brand="Wallach Iron & Metal Co., Inc."
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
brand="Wallach Iron & Metal Co., Inc."
|
||||
columns={[
|
||||
{
|
||||
label: "6670 St. Charles Rock Rd.",
|
||||
title: "Location", items: [
|
||||
{ label: "6670 St. Charles Rock Rd." },
|
||||
{ label: "St. Louis, MO" },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "St. Louis, MO",
|
||||
title: "Contact", items: [
|
||||
{ label: "Ph: (314)-389-1129" },
|
||||
{ label: "Fax: (314)-389-2883" },
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Ph: (314)-389-1129",
|
||||
},
|
||||
{
|
||||
label: "Fax: (314)-389-2883",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="Copyright © 2016 Wallach Iron & Metal Co., Inc."
|
||||
/>
|
||||
]
|
||||
}
|
||||
copyright="Copyright © 2016 Wallach Iron & Metal Co., Inc."
|
||||
links={[]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</StyleProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user