From 0775fe1a903b78bbf5cfea9f6de60d6d359364ae Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 11:25:52 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 120 ++++++++++++++------------------------ 1 file changed, 45 insertions(+), 75 deletions(-) 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" + /> ); -- 2.49.1