Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-06 03:03:27 +00:00
2 changed files with 1381 additions and 14 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="DUO"
brandName="Trelza "
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
title="Your Style, Our Vision"
description="Welcome to DUO—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"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -54,7 +54,7 @@ export default function LandingPage() {
]}
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="DUO Fashion Collection"
imageAlt="Trelza Fashion Collection"
mediaAnimation="slide-up"
imagePosition="right"
/>
@@ -62,15 +62,15 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TestimonialAboutCard
tag="About DUO"
tag="About Trelza "
tagIcon={Heart}
tagAnimation="slide-up"
title="We're Two Voices, One Vision"
description="Meet the founders of DUO"
description="Meet the founders of Trelza "
subdescription="A design duo passionate about fashion that inspires"
icon={Users}
imageSrc="http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg"
imageAlt="DUO Founders"
imageAlt="Trelza Founders"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -78,7 +78,7 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureHoverPattern
title="Why Choose DUO"
title="Why Choose Trelza "
description="Experience the difference when design meets quality, passion meets purpose, and style meets sustainability."
tag="Our Approach"
tagIcon={Star}
@@ -147,7 +147,7 @@ export default function LandingPage() {
id: "1", name: "Emma Johnson", handle: "@emmastyle", testimonial: "Finally found a brand that combines style with sustainability. The quality is exceptional and the designs are so unique!", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg?_wi=1", imageAlt: "Emma Johnson"
},
{
id: "2", name: "Marcus Chen", handle: "@marcusfashion", testimonial: "DUO's pieces have become my go-to for everyday wear. Comfortable, stylish, and guilt-free shopping. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=1", imageAlt: "Marcus Chen"
id: "2", name: "Marcus Chen", handle: "@marcusfashion", testimonial: "Trelza 's pieces have become my go-to for everyday wear. Comfortable, stylish, and guilt-free shopping. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=1", imageAlt: "Marcus Chen"
},
{
id: "3", name: "Sophia Rodriguez", handle: "@sophiastyle", testimonial: "I love supporting brands founded by creatives with a vision. Every purchase feels like investing in something meaningful.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg?_wi=2", imageAlt: "Sophia Rodriguez"
@@ -189,7 +189,7 @@ export default function LandingPage() {
tagIcon={Mail}
tagAnimation="slide-up"
title="Join Our Mailing List"
description="Get exclusive updates on new collections, special offers, and behind-the-scenes content from DUO."
description="Get exclusive updates on new collections, special offers, and behind-the-scenes content from Trelza ."
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Your email address"
@@ -200,7 +200,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="DUO"
logoText="Trelza "
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>