4 Commits

Author SHA1 Message Date
96097fd7e5 Update theme colors 2026-05-01 16:10:43 +00:00
16eaedd92d Update src/app/page.tsx 2026-05-01 16:02:17 +00:00
48faee865a Merge version_13 into main
Merge version_13 into main
2026-05-01 16:00:23 +00:00
e735f8328e Merge version_13 into main
Merge version_13 into main
2026-05-01 16:00:00 +00:00
2 changed files with 10 additions and 11 deletions

View File

@@ -11,7 +11,6 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { CheckCircle, Leaf, Recycle, Shield, Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -125,7 +124,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "plain" }}
title="Join Our Beauty Journey"
description="Join 50k+ customers and get 10% off your first order"
description="Join 50k+ customers and get 10% off your first order. Link your account today at WooCommerce."
mediaAnimation="slide-up"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fdfaf7;
--card: #f5f0e9;
--foreground: #3d2b21;
--primary-cta: #c68a62;
--primary-cta-text: #f6f0e9;
--secondary-cta: #ffffff;
--secondary-cta-text: #2b180a;
--accent: #e3deea;
--background-accent: #c68a62;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);