diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6fa53e9..4715452 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1261,4 +1261,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index ad72161..9c55900 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,8 +1,8 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import AboutPhoneTimeline from '@/components/sections/about/AboutPhoneTimeline'; @@ -40,12 +40,13 @@ export default function LandingPage() {
-
@@ -242,4 +243,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}