From 7eaf0b6db4131d2e528e5763d958a8232fe927bb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 21:51:15 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ( Date: Sun, 15 Feb 2026 21:51:16 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e920cc..84aa648 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,11 +15,11 @@ export default function BarberShopPage() { 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" /> -- 2.49.1 From eedd8db6cb7a51e11ca81275acb8726613c97613 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 21:51:17 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ( Date: Sun, 15 Feb 2026 21:51:18 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index ebe6753..708ac4b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -20,11 +20,11 @@ export default function ShopPage() { return (