diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 5f54c9c..a11f72a 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": "Pricing",
- "href": "#pricing"
+ "name": "Pricing", "href": "#pricing"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "FAQ",
- "href": "#faq"
+ "name": "FAQ", "href": "#faq"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Products",
- "href": "#products"
+ "name": "Products", "href": "#products"
}
];
@@ -42,85 +35,60 @@ export default function Layout() {
+ logo="Platform Logo"
+ logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=xxswyn"
+ ctaButton={{
+ text: "Get Started", href: "#contact"}}
+ navItems={navItems}
+ />
+ label: "LinkedIn", href: "#"},
+ ]}
+ imageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=xxswyn"
+ />
);