From ed34893bb134727be1917de05e19c8f21de79a68 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 17:09:50 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index e2f615d..278d464 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -56,6 +56,8 @@ export default function BlogPage() { carouselMode="buttons" animationType="slide-up" tag="Blog" + textBoxTitleClassName="text-red-600" + textBoxDescriptionClassName="text-red-500" /> )} @@ -87,4 +89,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} From e859756b6840e7dc79b3cdeb3a9f9e2cd7f32101 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 17:09:51 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 12b2309..e369b7e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1260,4 +1260,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From a0012cbfdf57c9c82046d0e6a106703fca1a8b58 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 17:09:52 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc14e7f..d590dfa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,6 +69,8 @@ export default function TigerCupsPage() { { text: "Shop Now", href: "/shop" }, { text: "View Collections", href: "/shop" } ]} + titleClassName="text-red-600" + descriptionClassName="text-red-500" /> @@ -94,6 +96,8 @@ export default function TigerCupsPage() { animationType="slide-up" useInvertedBackground="noInvert" carouselMode="buttons" + textBoxTitleClassName="text-red-600" + textBoxDescriptionClassName="text-red-500" /> @@ -116,6 +120,7 @@ export default function TigerCupsPage() { imageAlt="Tiger Cups artisan craftsmanship" imagePosition="right" useInvertedBackground="noInvert" + titleClassName="text-red-600" /> @@ -152,6 +157,8 @@ export default function TigerCupsPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" + textBoxTitleClassName="text-red-600" + textBoxDescriptionClassName="text-red-500" /> @@ -184,6 +191,8 @@ export default function TigerCupsPage() { textboxLayout="default" useInvertedBackground="noInvert" carouselMode="buttons" + textBoxTitleClassName="text-red-600" + textBoxDescriptionClassName="text-red-500" /> @@ -211,6 +220,8 @@ export default function TigerCupsPage() { animationType="slide-up" useInvertedBackground="noInvert" carouselMode="buttons" + textBoxTitleClassName="text-red-600" + textBoxDescriptionClassName="text-red-500" /> @@ -225,6 +236,8 @@ export default function TigerCupsPage() { inputPlaceholder="Enter your email address" buttonText="Subscribe" termsText="We respect your privacy. Unsubscribe at any time. By subscribing, you agree to our Terms and Privacy Policy." + titleClassName="text-red-600" + descriptionClassName="text-red-500" /> @@ -254,4 +267,4 @@ export default function TigerCupsPage() { ); -} \ No newline at end of file +} From 7acfbfa8fde3156a1e63763ce0fa6486be25f04b Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 17:09:53 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index fd58781..dcd85a8 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -240,4 +240,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} From c3424f16351a9db9d0d4a744b8e34bafa24b41a9 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 17:09:54 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index bfc3f63..bae67ec 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -115,4 +115,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}