diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index baeca56..54d01f7 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": "Home",
- "href": "#hero"
+ "name": "Home", "href": "#hero"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Services",
- "href": "#services"
+ "name": "Services", "href": "#services"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Packages",
- "href": "#packages"
+ "name": "Packages", "href": "#packages"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
}
];
@@ -43,31 +36,26 @@ export default function Layout() {
+ logo="AutoCare"
+ logoImageSrc="http://img.b2bpic.net/free-photo/taxi-car-with-pin-pointer-mark-location-smartphone-online-transportation-service-concept-web-banner-cartoon-icon-symbol-background-3d-illustration_56104-1999.jpg"
+ ctaButton={{
+ text: "Book Now", href: "#contact"}}
+ navItems={navItems} />
+ brand="AutoCare"
+ copyright="© 2024 AutoCare Service. All rights reserved."
+ socialLinks={[
+ {
+ icon: "Facebook", href: "#"},
+ {
+ icon: "Instagram", href: "#"},
+ ]}
+ />
);