diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3811b14..a084f70 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { DM_Serif_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Home | Webild', - description: 'Innovation at the speed of light.', + title: 'Home', + description: 'Welcome to our website', }; const dmSerif = DM_Serif_Display({ variable: "--font-dm-serif", subsets: ["latin"], weight: ["400"] }); const inter = Inter({ variable: "--font-inter", subsets: ["latin"] }); diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a14e76..e5e3de9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function HomePage() { const navItems = [{ name: "Home", id: "/" }]; return ( - + @@ -27,28 +27,28 @@ export default function HomePage() { />
- +
- +
- +
- +
- +
- +
- +
);