From aea9469ade6f46a27c1260c5df06f4611c4006ab Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 01:36:18 +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 f951c9c..25ef308 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Source_Sans_3 } from "next/font/google"; export const metadata: Metadata = { - title: 'Webild Platform', - description: 'Leading innovation and scalable solutions.', + title: 'Webild - Future of Components', + description: 'Building the future of modern, high-performance web components.', openGraph: { "title": "Ironwood Queue System", "description": "نظام قائمة انتظار متطور للمطاعم.", From ff10aa284db3b0854ae1de1b7fd98b28de01192b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 01:36:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b00133c..e90b77d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Shield, Zap, CheckCircle, Star, Target, MessageSquare } from 'lucide-react'; +import { Shield, Zap, CheckCircle, Star } from 'lucide-react'; export default function HomePage() { const navItems = [ @@ -20,7 +20,7 @@ export default function HomePage() { ]; return ( - + @@ -31,7 +31,7 @@ export default function HomePage() {