diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 686e251..d8438fa 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": "Home",
- "href": "#hero"
+ "name": "Home", "href": "#hero"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Services",
- "href": "#features"
+ "name": "Services", "href": "#features"
},
{
- "name": "FAQ",
- "href": "#faq"
+ "name": "FAQ", "href": "#faq"
},
{
- "name": "Specialties",
- "href": "#specialties"
+ "name": "Specialties", "href": "#specialties"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
}
];
@@ -42,81 +35,58 @@ export default function Layout() {
+ logo="Suraksha Hospital"
+ logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=lmj5y4"
+ ctaButton={{
+ text: "Book Appointment", href: "#contact"}}
+ navItems={navItems}
+ />
+ label: "LinkedIn", href: "#"},
+ ]}
+ imageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=lmj5y4"
+ />
);