From 36db81ae48a44f8f25b8908d842183539560853e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 23:12:26 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a99af39..b7f538b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Public_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'Webild | Digital Solutions', - description: 'Professional digital services and development solutions.', + title: 'Webild Platform', + description: 'Modular component registry for rapid development.', openGraph: { "title": "الدكتور محمد صوالحة", "description": "أخصائي الطب النفسي وعلاج الإدمان.", -- 2.49.1 From cf100326d5cc53c879177b4acef081a26b697b17 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 23:12:27 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e7b213..6ed99d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,10 +9,14 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Shield, Zap, Star } from 'lucide-react'; +import { Shield, Zap } from 'lucide-react'; export default function Page() { - const navItems = [{ name: 'Home', id: '/' }]; + const navItems = [ + { name: 'Home', id: '/' }, + { name: 'About', id: '/about' }, + { name: 'Contact', id: '/contact' } + ]; return (