From a0012cbfdf57c9c82046d0e6a106703fca1a8b58 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 17:09:52 +0000 Subject: [PATCH] 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 +}