Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 15:06:00 +00:00

View File

@@ -111,8 +111,7 @@ export default function LandingPage() {
useInvertedBackground={false}
ariaLabel="Ocean perfume products collection"
containerClassName="py-16 md:py-24"
titleClassName="text-3xl md:text-5xl font-bold mb-4"
descriptionClassName="text-lg opacity-90 max-w-2xl"
textBoxDescriptionClassName="text-lg opacity-90 max-w-2xl"
/>
</div>
@@ -148,8 +147,8 @@ export default function LandingPage() {
useInvertedBackground={false}
ariaLabel="Ocean perfume features and benefits"
containerClassName="py-16 md:py-24"
titleClassName="text-3xl md:text-5xl font-bold mb-4"
descriptionClassName="text-lg opacity-90 max-w-2xl"
cardTitleClassName="text-3xl md:text-5xl font-bold mb-4"
textBoxDescriptionClassName="text-lg opacity-90 max-w-2xl"
/>
</div>
@@ -195,8 +194,8 @@ export default function LandingPage() {
useInvertedBackground={false}
ariaLabel="Ocean perfume customer testimonials"
containerClassName="py-16 md:py-24"
titleClassName="text-3xl md:text-5xl font-bold mb-4"
descriptionClassName="text-lg opacity-90 max-w-2xl"
textBoxTitleClassName="text-3xl md:text-5xl font-bold mb-4"
textBoxDescriptionClassName="text-lg opacity-90 max-w-2xl"
/>
</div>
@@ -216,8 +215,8 @@ export default function LandingPage() {
showCard={true}
ariaLabel="Ocean perfume social proof partners"
containerClassName="py-16 md:py-24"
titleClassName="text-3xl md:text-5xl font-bold mb-4"
descriptionClassName="text-lg opacity-90 max-w-2xl"
textBoxTitleClassName="text-3xl md:text-5xl font-bold mb-4"
textBoxDescriptionClassName="text-lg opacity-90 max-w-2xl"
/>
</div>
@@ -253,8 +252,8 @@ export default function LandingPage() {
animationType="smooth"
ariaLabel="Ocean perfume FAQ section"
containerClassName="py-16 md:py-24"
titleClassName="text-3xl md:text-5xl font-bold mb-4"
descriptionClassName="text-lg opacity-90 max-w-2xl"
textBoxTitleClassName="text-3xl md:text-5xl font-bold mb-4"
textBoxDescriptionClassName="text-lg opacity-90 max-w-2xl"
/>
</div>
@@ -307,4 +306,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}