Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 234d4ff7ef | |||
| fb6ce20359 | |||
| 351c24629b | |||
| 8da62444f4 |
@@ -93,13 +93,13 @@ export default function LandingPage() {
|
||||
subdescription="From runway concepts to everyday essentials, we prioritize texture, form, and futuristic aesthetics."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-design-modern-building_114579-12043.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="scale-rotate"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyEight
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
@@ -180,13 +180,13 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "q1", title: "What is Liquid Fabric?", content: "Our proprietary blend of synthetic polymers and silk, designed to shift color and shimmer based on lighting."},
|
||||
{
|
||||
id: "q2", title: "Do you ship globally?", content: "Yes, ZUDIO ships to all major international cities using carbon-neutral logistics."},
|
||||
id: "q2", title: "Do you ship globally?", content: "Yes, ZUDIO ships to all major international cities using carbon-neutral logistics, with a guaranteed 5-7 business day delivery window worldwide."},
|
||||
{
|
||||
id: "q3", title: "Can I return products?", content: "Our luxury pieces are custom-finished. We accept returns within 14 days of delivery."},
|
||||
]}
|
||||
title="Fashion Queries"
|
||||
description="Everything you need to know about your ZUDIO experience."
|
||||
faqsAnimation="slide-up"
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -233,4 +233,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user