From 293edbe5eb6db38d397619f20c9e2a4e2b9920df Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 16:57:37 +0000 Subject: [PATCH] Bob AI: can change color text to white --- src/app/page.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index ddb7ee3..3350a63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,6 +39,7 @@ export default function LandingPage() { text: "Shop Now", href: "/shop" }} brandName="Bee Cups" + textColor="white" /> @@ -56,6 +57,7 @@ export default function LandingPage() { { text: "Shop Collection", href: "/shop" }, { text: "Learn More", href: "about" } ]} + textColor="white" /> @@ -83,6 +85,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" + textColor="white" /> @@ -108,6 +111,7 @@ export default function LandingPage() { } ]} useInvertedBackground="noInvert" + textColor="white" /> @@ -132,6 +136,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" + textColor="white" /> @@ -162,6 +167,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" + textColor="white" /> @@ -185,6 +191,7 @@ export default function LandingPage() { } ]} useInvertedBackground="noInvert" + textColor="white" /> @@ -202,6 +209,7 @@ export default function LandingPage() { inputPlaceholder="Enter your email address" buttonText="Subscribe Now" termsText="We respect your privacy. Unsubscribe anytime. We'll share exclusive offers and cup designs." + textColor="white" /> @@ -235,6 +243,7 @@ export default function LandingPage() { } ]} copyrightText="© 2025 Bee Cups. All rights reserved. Handcrafted with love." + textColor="white" />