diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 9d147e0..8ec995c 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -95,4 +95,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 73fa8e0..b0ad66b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1290,4 +1290,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index cdf995b..bf28ec0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ -"use client" +"use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import HeroCarouselLogo from '@/components/sections/hero/HeroCarouselLogo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -10,11 +10,11 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { - Coffee, - BookOpen, - Heart, - Sparkles, +import { + Coffee, + BookOpen, + Heart, + Sparkles, Smartphone, Zap, Droplet, @@ -65,7 +65,7 @@ export default function LandingPage() {
-
@@ -309,4 +267,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index af0add0..253bd6d 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -248,4 +248,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 0e88795..d2d7e86 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -120,4 +120,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}