diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ec80eec..428ea88 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: 'AzaanUllah Khan | Premium Web Design Portfolio', - description: 'Freelance web designer building premium, conversion-focused websites for US service businesses. High-performance design & development.', + 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 aa11241..076bdff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client"; +'use client'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -12,149 +12,45 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +const navItems = [{ name: "Home", id: "/" }]; + export default function Page() { return ( - +
({ id: i.toString() }))} />
- +
- +
- +
- +
- +
- +
- +
);