Merge version_1 into main #11
@@ -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": "أخصائي الطب النفسي وعلاج الإدمان.",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user