Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bbb829d42a |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user