Merge version_1 into main #11

Merged
bender merged 2 commits from version_1 into main 2026-04-18 23:12:30 +00:00
2 changed files with 8 additions and 4 deletions

View File

@@ -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": "أخصائي الطب النفسي وعلاج الإدمان.",

View File

@@ -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 (
<ThemeProvider