diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 5b6dc33..2c71390 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Services",
- "href": "#features"
+ "name": "Services", "href": "#features"
},
{
- "name": "Results",
- "href": "#metrics"
+ "name": "Results", "href": "#metrics"
},
{
- "name": "Case Studies",
- "href": "#testimonials"
+ "name": "Case Studies", "href": "#testimonials"
},
{
- "name": "Pricing",
- "href": "#pricing"
+ "name": "Pricing", "href": "#pricing"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Social Proof",
- "href": "#social-proof"
+ "name": "Social Proof", "href": "#social-proof"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
}
];
@@ -43,32 +36,29 @@ export default function Layout() {
+ logo="AI Consulting"
+ logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=wl4pt0"
+ ctaButton={{
+ text: "Schedule Audit", href: "#contact"}}
+ navItems={navItems}
+ />
+ brand="AI Consulting Agency"
+ copyright="© 2024 AI Consulting Agency. All rights reserved."
+ socialLinks={[
+ {
+ icon: "Twitter"},
+ {
+ icon: "Linkedin"},
+ {
+ icon: "Github"},
+ ]}
+ />
);