diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 8fd92e4..001119a 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": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "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": "Product",
- "href": "#product"
+ "name": "Product", "href": "#product"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
}
];
@@ -42,49 +35,40 @@ export default function Layout() {
+ logo="MERN Social"
+ logoImageSrc="http://img.b2bpic.net/free-photo/linkedin-logo-3d-gradient-effect_23-2152009933.jpg"
+ ctaButton={{
+ text: "Get Started", href: "#contact"}}
+ navItems={navItems}
+ />
+ ]
+ }
+ leftText="© 2024 MERN Social. All rights reserved."
+ rightText="Designed with React."
+ />
);