Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-06 03:28:56 +00:00

View File

@@ -40,25 +40,23 @@ export default function LandingPage() {
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
title="Your Style, Our Vision"
description="Welcome to Trelza —a fashion brand born from creative partnership. We design bold, comfortable pieces that celebrate individuality and quality craftsmanship."
tag="New Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
buttons={[
{ text: "Explore Collection", href: "products" },
{ text: "Our Story", href: "about" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg"
imageAlt="Trelza Fashion Collection"
mediaAnimation="slide-up"
imagePosition="right"
/>
</div>
<HeroSplit
title="Your Style, Our Vision"
description="Welcome to Trelza —a fashion brand born from creative partnership. We design bold, comfortable pieces that celebrate individuality and quality craftsmanship."
tag="New Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
buttons={[
{ text: "Explore Collection", href: "products" },
{ text: "Our Story", href: "about" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg"
imageAlt="Trelza Fashion Collection"
mediaAnimation="slide-up"
imagePosition="right"
/>
<div id="about" data-section="about">
<TestimonialAboutCard
@@ -207,4 +205,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}