1 Commits

Author SHA1 Message Date
bbb829d42a Update src/app/page.tsx 2026-03-06 03:28:51 +00:00

View File

@@ -40,25 +40,23 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="hero" data-section="hero"> <HeroSplit
<HeroSplit title="Your Style, Our Vision"
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."
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"
tag="New Collection" tagIcon={Sparkles}
tagIcon={Sparkles} tagAnimation="slide-up"
tagAnimation="slide-up" background={{ variant: "glowing-orb" }}
background={{ variant: "glowing-orb" }} buttons={[
buttons={[ { text: "Explore Collection", href: "products" },
{ text: "Explore Collection", href: "products" }, { text: "Our Story", href: "about" }
{ text: "Our Story", href: "about" } ]}
]} buttonAnimation="slide-up"
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"
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"
imageAlt="Trelza Fashion Collection" mediaAnimation="slide-up"
mediaAnimation="slide-up" imagePosition="right"
imagePosition="right" />
/>
</div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TestimonialAboutCard <TestimonialAboutCard
@@ -207,4 +205,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }