diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1bca1f3..bcd8264 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -13,11 +13,11 @@ export default function BlogPage() { return ( @@ -177,7 +177,7 @@ export default function BarberShopPage() { inputPlaceholder="Enter your email" buttonText="Subscribe" termsText="We respect your privacy and will only send you updates about our services and special offers. Unsubscribe anytime." - mediaAnimation="reveal-blur" + mediaAnimation="slide-up" /> diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 6586c40..c32d47f 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -70,11 +70,11 @@ export default function ProductPage({ params }: ProductPageProps) { return (