diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ef96a24..6a5c87a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Webild - Digital Solutions', - description: 'Professional digital agency services for modern businesses.', + title: 'Webild | Digital Solutions', + description: 'Professional web development and digital solutions.', }; const playfair = Playfair_Display({ variable: "--font-playfair", subsets: ["latin"] }); diff --git a/src/app/page.tsx b/src/app/page.tsx index 54dd90c..de6c2a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,82 +10,77 @@ import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Star, Shield, ArrowRight } from 'lucide-react'; -const navItems = [{ name: 'Home', id: '/' }]; - -export default function Page() { +export default function HomePage() { + const navItems = [{ name: 'Home', id: '/' }]; + return ( - + +
-
+
-
+
-
+
-
+
-
+