diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 05d5225..7f2fbb5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -100,4 +100,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 34c5b07..f4f7533 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,10 +29,9 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 173f56a..65f79e6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -109,4 +109,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 02fe6c0..eb37281 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1412,4 +1412,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 8392f1c..503893f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; @@ -40,27 +40,18 @@ export default function HomePage() {
-
@@ -171,4 +162,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 9e72f4c..93c9927 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -113,4 +113,4 @@ export default function PricingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 46b9372..436f128 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -251,4 +251,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index ee66e9c..7a13b9a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -123,4 +123,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}