diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 3435bd6..28f5910 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": "#home"
+ "name": "Home", "href": "#home"
},
{
- "name": "Services",
- "href": "#services"
+ "name": "Services", "href": "#services"
},
{
- "name": "Products",
- "href": "#products"
+ "name": "Products", "href": "#products"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Team",
- "href": "#team"
+ "name": "Team", "href": "#team"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -43,33 +36,29 @@ export default function Layout() {
+ logo="QuickSeva"
+ logoImageSrc="https://storage.googleapis.com/webild/users/user_3FAakrGyZd7VBV36Fpvs1I0qz8k/uploaded-1781520761041-gy58vkal.png"
+ ctaButton={{
+ text: "Book Now", href: "#contact"}}
+ navItems={navItems}
+ />
+ brand="QuickSeva"
+ copyright="© 2024 QuickSeva Technologies. All rights reserved."
+ socialLinks={[
+ {
+ icon: "Facebook"},
+ {
+ icon: "Instagram"},
+ {
+ icon: "Twitter"},
+ ]}
+ />
);