Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 293edbe5eb | |||
| 2451170d48 | |||
| 45978ff1cb | |||
| e45518cf4a |
@@ -39,6 +39,7 @@ export default function LandingPage() {
|
|||||||
text: "Shop Now", href: "/shop"
|
text: "Shop Now", href: "/shop"
|
||||||
}}
|
}}
|
||||||
brandName="Bee Cups"
|
brandName="Bee Cups"
|
||||||
|
textColor="white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -56,6 +57,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Shop Collection", href: "/shop" },
|
{ text: "Shop Collection", href: "/shop" },
|
||||||
{ text: "Learn More", href: "about" }
|
{ text: "Learn More", href: "about" }
|
||||||
]}
|
]}
|
||||||
|
textColor="white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -83,6 +85,7 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
textColor="white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -108,6 +111,7 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
textColor="white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -132,6 +136,7 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
textColor="white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -162,6 +167,7 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
textColor="white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -185,6 +191,7 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
textColor="white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -202,6 +209,7 @@ export default function LandingPage() {
|
|||||||
inputPlaceholder="Enter your email address"
|
inputPlaceholder="Enter your email address"
|
||||||
buttonText="Subscribe Now"
|
buttonText="Subscribe Now"
|
||||||
termsText="We respect your privacy. Unsubscribe anytime. We'll share exclusive offers and cup designs."
|
termsText="We respect your privacy. Unsubscribe anytime. We'll share exclusive offers and cup designs."
|
||||||
|
textColor="white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -235,6 +243,7 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 Bee Cups. All rights reserved. Handcrafted with love."
|
copyrightText="© 2025 Bee Cups. All rights reserved. Handcrafted with love."
|
||||||
|
textColor="white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -3,20 +3,20 @@
|
|||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f5f5f5;;
|
/* --background: #f5f5f5;;
|
||||||
--card: #ffffff;;
|
--card: #ffff00;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #000000;;
|
||||||
--primary-cta: #341f51;;
|
--primary-cta: #000000;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffff00;;
|
||||||
--accent: #6139e6;;
|
--accent: #000000;;
|
||||||
--background-accent: #b3a8e8;; */
|
--background-accent: #ffff00;; */
|
||||||
|
|
||||||
--background: #f5f5f5;;
|
--background: #000000;;
|
||||||
--card: #ffffff;;
|
--card: #ffff00;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #000000;;
|
||||||
--primary-cta: #341f51;;
|
--primary-cta: #000000;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffff00;;
|
||||||
--accent: #6139e6;;
|
--accent: #000000;;
|
||||||
--background-accent: #b3a8e8;;
|
--background-accent: #ffff00;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user