Merge version_1 into main #5

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

View File

@@ -121,9 +121,9 @@ export default function LandingPage() {
buttons={[{ text: "View All", href: "#collections" }]}
buttonAnimation="slide-up"
useInvertedBackground={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"
cardBrandClassName="text-foreground/50 text-sm uppercase tracking-widest"
cardNameClassName="text-foreground text-xl font-semibold"
cardPriceClassName="text-primary-cta text-2xl font-bold"
@@ -147,7 +147,7 @@ export default function LandingPage() {
items: ["Luxury artisanal blends", "Handcrafted formulations", "12+ hour longevity", "Individually distinctive"],
}}
useInvertedBackground={false}
titleClassName="text-5xl md:text-6xl font-bold text-foreground"
textBoxTitleClassName="text-5xl md:text-6xl font-bold text-foreground"
textBoxDescriptionClassName="text-lg text-foreground/70"
textBoxTagClassName="text-primary-cta font-semibold"
/>
@@ -212,7 +212,7 @@ export default function LandingPage() {
{ value: "98%", label: "Customer Satisfaction Rate" },
{ value: "30+", label: "Award-Winning Fragrances" },
]}
titleClassName="text-5xl md:text-6xl font-bold text-foreground"
textBoxTitleClassName="text-5xl md:text-6xl font-bold text-foreground"
textBoxDescriptionClassName="text-lg text-foreground/70"
textBoxTagClassName="text-primary-cta font-semibold"
nameClassName="text-foreground font-semibold"
@@ -251,6 +251,9 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
names={[
"Acme Corp", "TechFlow", "Innovate Inc", "CloudSync", "Nexus Labs", "Prime Solutions", "Elite Group", "Quantum Systems"
]}
logos={[
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842743.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg"
]}