diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index fa04bcd..1c23d27 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": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Services",
- "href": "#services"
+ "name": "Services", "href": "#services"
},
{
- "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": "Showcase",
- "href": "#showcase"
+ "name": "Showcase", "href": "#showcase"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -43,35 +36,28 @@ export default function Layout() {
+ logo="Cantina Roofing"
+ logoImageSrc="http://img.b2bpic.net/free-vector/home-kids-logo-design_474888-1980.jpg"
+ ctaButton={{
+ text: "Get Quote", href: "#contact"}}
+ navItems={navItems} />
+ brand="Cantina Roofing"
+ copyright="© 2024 Cantina Roofing. All rights reserved."
+ socialLinks={[
+ {
+ icon: "Instagram", href: "#"},
+ {
+ icon: "Facebook", href: "#"},
+ {
+ icon: "Twitter", href: "#"},
+ ]}
+ />
);