From f05b6572ac2ec4dbb31d604b2dee376b243f2555 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 07:38:17 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 38 ++++++++++++-------------------------- 1 file changed, 12 insertions(+), 26 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 75e4ce8..d02b849 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": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "FAQ", - "href": "#faq" + "name": "FAQ", "href": "#faq" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" } ]; @@ -44,10 +37,9 @@ export default function Layout() {
@@ -59,17 +51,11 @@ export default function Layout() { copyright="© 2024 London Dermatology Specialist. All rights reserved." socialLinks={[ { - icon: Twitter, - href: "#", - }, + icon: "Twitter", href: "#"}, { - icon: Instagram, - href: "#", - }, + icon: "Instagram", href: "#"}, { - icon: Linkedin, - href: "#", - }, + icon: "Linkedin", href: "#"}, ]} />