9 Commits

Author SHA1 Message Date
cac9664cec Merge version_4 into main
Merge version_4 into main
2026-05-10 11:07:48 +00:00
7be383b0e3 Update src/app/page.tsx 2026-05-10 11:07:45 +00:00
e00464fd1b Merge version_3 into main
Merge version_3 into main
2026-05-10 11:06:54 +00:00
5ca28e2942 Update src/app/page.tsx 2026-05-10 11:06:48 +00:00
3aafc033da Merge version_2 into main
Merge version_2 into main
2026-05-10 11:05:56 +00:00
c0e00cac9e Update src/app/page.tsx 2026-05-10 11:05:53 +00:00
e997e4e8ed Merge version_1 into main
Merge version_1 into main
2026-05-10 11:02:27 +00:00
ea3d8f44bd Merge version_1 into main
Merge version_1 into main
2026-05-10 11:02:04 +00:00
333f2ff539 Merge version_1 into main
Merge version_1 into main
2026-05-10 11:01:36 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ variant: "rotated-rays-animated" }} background={{ variant: "rotated-rays-animated" }}
title="Redefining Modern Style" title="Elevate Your Wardrobe with Timeless, Ethical Apparel"
description="Premium apparel crafted for the conscious, contemporary individual." description="Premium apparel crafted for the conscious, contemporary individual."
buttons={[{ text: "Shop Now", href: "#products" }]} buttons={[{ text: "Shop Now", href: "#products" }]}
carouselItems={[ carouselItems={[
@@ -107,7 +107,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ id: "pl1", title: "Standard", price: "Free", period: "forever", features: ["Seasonal newsletter", "Standard shipping"], button: { text: "Sign Up" }, imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2738.jpg" }, { id: "pl1", title: "Standard", price: "Free", period: "forever", features: ["Seasonal newsletter", "Standard shipping"], button: { text: "Sign Up" }, imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2738.jpg" },
{ id: "pl2", title: "Insider", price: "$15", period: "/mo", features: ["Free express shipping", "Early access drops", "Member-only discounts"], button: { text: "Upgrade" }, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-long-legs-brunette-model-long-black-cloak-posed-outdoor-winter-day-against-old-grunge-wall_627829-14032.jpg?_wi=2" } { id: "pl2", title: "Insider", price: "$15", period: "/mo", features: ["Free express shipping", "Early access drops", "Member-only discounts"], button: { text: "Join for Exclusive Benefits" }, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-long-legs-brunette-model-long-black-cloak-posed-outdoor-winter-day-against-old-grunge-wall_627829-14032.jpg?_wi=2" }
]} ]}
title="Membership Perks" title="Membership Perks"
description="Join our community for exclusive early access and savings." description="Join our community for exclusive early access and savings."
@@ -152,7 +152,9 @@ export default function LandingPage() {
faqs={[ faqs={[
{ id: "q1", title: "Do you offer returns?", content: "Yes, returns are accepted within 30 days of purchase for all unworn items." }, { id: "q1", title: "Do you offer returns?", content: "Yes, returns are accepted within 30 days of purchase for all unworn items." },
{ id: "q2", title: "Where do you ship?", content: "We ship globally to over 50 countries with tracking included." }, { id: "q2", title: "Where do you ship?", content: "We ship globally to over 50 countries with tracking included." },
{ id: "q3", title: "Are materials sustainable?", content: "We prioritize organic and recycled materials in 80% of our current collection." } { id: "q3", title: "Are materials sustainable?", content: "We prioritize organic and recycled materials in 80% of our current collection." },
{ id: "q4", title: "How do I choose the right size?", content: "Consult our detailed size guide on each product page, which includes measurements for the perfect fit." },
{ id: "q5", title: "What are your estimated shipping times?", content: "Orders are typically processed within 2 business days and arrive within 3-7 business days depending on your location." }
]} ]}
title="Common Questions" title="Common Questions"
description="Everything you need to know about your order." description="Everything you need to know about your order."
@@ -174,4 +176,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }