diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index aceb4f2..10287a5 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "How It Works", - "href": "#how-it-works" + "name": "How It Works", "href": "#how-it-works" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Social Proof", - "href": "#social-proof" + "name": "Social Proof", "href": "#social-proof" }, { - "name": "Demo", - "href": "#demo" + "name": "Demo", "href": "#demo" } ]; @@ -42,59 +35,45 @@ export default function Layout() { + logo="ClipMind" + logoImageSrc="http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104980.jpg" + ctaButton={{ + text: "Start Free Trial", href: "#cta"}} + navItems={navItems} + />
+ label: "Terms", href: "#"}, + ]} + /> );