diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 786e89d..585b49d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,8 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Afrozarchives - Motion Design Studio", description: "Creative animated explainers and motion design that drive engagement and conversion"}; + title: "Afrozarchives - Motion Design Studio", description: "Creative animated explainers and motion design that drive engagement and conversion" +}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index b788f68..b695795 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroCentered from "@/components/sections/hero/HeroCentered"; import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; @@ -66,28 +65,6 @@ export default function HomePage() { /> -
- -
-