Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-14 05:01:59 +00:00

View File

@@ -48,6 +48,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Your Personal Stylist, Powered by AI"
description="Experience the future of fashion with Aura Style. Our intelligent styling platform combines AI expertise with luxury aesthetics to curate personalized outfits that reflect your unique elegance and lifestyle."
background={{ variant: 'plain' }}
tag="AI-Powered Fashion Technology"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -231,8 +232,8 @@ export default function LandingPage() {
useInvertedBackground={true}
className="py-20"
containerClassName="max-w-7xl mx-auto"
titleClassName="text-4xl md:text-5xl font-bold tracking-tight leading-tight"
descriptionClassName="text-lg text-foreground/70 max-w-2xl leading-relaxed"
textBoxTitleClassName="text-4xl md:text-5xl font-bold tracking-tight leading-tight"
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl leading-relaxed"
cardClassName="relative p-8 rounded-2xl bg-card/50 border border-accent/20 text-center hover:border-accent/40 transition-all duration-300"
valueClassName="text-4xl font-bold text-foreground"
metricDescriptionClassName="text-foreground/60 text-sm mt-3 font-medium"
@@ -278,8 +279,8 @@ export default function LandingPage() {
topMarqueeDirection="left"
className="py-20"
containerClassName="max-w-7xl mx-auto"
titleClassName="text-4xl md:text-5xl font-bold tracking-tight leading-tight"
descriptionClassName="text-lg text-foreground/70 max-w-2xl leading-relaxed"
textBoxTitleClassName="text-4xl md:text-5xl font-bold tracking-tight leading-tight"
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl leading-relaxed"
cardClassName="relative p-8 rounded-2xl bg-card border border-accent/20 hover:border-accent/40 transition-all duration-300"
testimonialClassName="text-foreground text-base leading-relaxed mb-6"
imageWrapperClassName="w-12 h-12 rounded-full overflow-hidden border-2 border-accent/30 mb-4"