diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 7c5209b..2181a17 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": "Services",
- "href": "#features"
+ "name": "Services", "href": "#features"
},
{
- "name": "Portfolio",
- "href": "#product"
+ "name": "Portfolio", "href": "#product"
},
{
- "name": "Pricing",
- "href": "#pricing"
+ "name": "Pricing", "href": "#pricing"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -42,67 +35,48 @@ export default function Layout() {
+ logo="Elements Pro"
+ logoImageSrc="http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149292245.jpg"
+ ctaButton={{
+ text: "Get Quote", href: "#contact"}}
+ navItems={navItems} />
+ label: "Terms", href: "#"},
+ ]}
+ />
);