diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index e76b1d7..a737fc2 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -91,4 +91,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index d9cf852..10078a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,21 +76,20 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" /> - - -
- +
+ +
@@ -325,4 +324,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 a7ad368..99d72a3 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -316,4 +316,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 c990679..44abfc9 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -166,4 +166,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file