Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-05 23:24:35 +00:00

View File

@@ -148,8 +148,8 @@ export default function LandingPage() {
}}
useInvertedBackground={false}
titleClassName="text-5xl md:text-6xl font-bold text-foreground"
descriptionClassName="text-lg text-foreground/70"
tagClassName="text-primary-cta font-semibold"
textBoxDescriptionClassName="text-lg text-foreground/70"
textBoxTagClassName="text-primary-cta font-semibold"
/>
</div>
@@ -213,8 +213,8 @@ export default function LandingPage() {
{ value: "30+", label: "Award-Winning Fragrances" },
]}
titleClassName="text-5xl md:text-6xl font-bold text-foreground"
descriptionClassName="text-lg text-foreground/70"
tagClassName="text-primary-cta font-semibold"
textBoxDescriptionClassName="text-lg text-foreground/70"
textBoxTagClassName="text-primary-cta font-semibold"
nameClassName="text-foreground font-semibold"
roleClassName="text-primary-cta text-sm"
/>
@@ -256,9 +256,9 @@ export default function LandingPage() {
]}
speed={40}
showCard={true}
titleClassName="text-5xl md:text-6xl font-bold text-foreground"
descriptionClassName="text-lg text-foreground/70"
tagClassName="text-primary-cta font-semibold"
textBoxTitleClassName="text-5xl md:text-6xl font-bold text-foreground"
textBoxDescriptionClassName="text-lg text-foreground/70"
textBoxTagClassName="text-primary-cta font-semibold"
/>
</div>