diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 2431379..ba83d2b 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,108 +7,68 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "Home", - "href": "#hero" - }, - { - "name": "Products", - "href": "#products" - }, - { - "name": "About", - "href": "#about" - }, - { - "name": "Contact", - "href": "#contact" - }, - { - "name": "Features", - "href": "#features" - }, - { - "name": "Testimonials", - "href": "#testimonials" - }, - { - "name": "Social Proof", - "href": "#social-proof" - } -]; + { name: "Home", href: "#hero" }, + { name: "Products", href: "#products" }, + { name: "About", href: "#about" }, + { name: "Contact", href: "#contact" }, + { name: "Features", href: "#features" }, + { name: "Testimonials", href: "#testimonials" }, + { name: "Social Proof", href: "#social-proof" } + ]; return ( + logo="Jacob's Sport Caps" + logoImageSrc="http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg" + ctaButton={{ + text: "Call Now", href: "tel:832-404-6764"}} + navItems={navItems} + />
+ label: "Terms of Service", href: "#"}, + ]} + imageSrc="http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg" + />
);