Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4af4689112 | |||
| 050099fbfd | |||
| db5b80797b | |||
| 0441095207 |
@@ -44,8 +44,8 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="ESTET BUTIK"
|
logoText="ESTET BUTIK"
|
||||||
description="Discover curated elegance. Enjoy free shipping on all orders and a hassle-free 14-day return policy."
|
description="Discover curated elegance. Your destination for timeless style and refined fashion."
|
||||||
buttons={[{ text: "View Collection", href: "#products" }]}
|
buttons={[{ text: "Shop New Arrivals", href: "#products" }]}
|
||||||
slides={[
|
slides={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353695.jpg", imageAlt: "Fashion display 1" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353695.jpg", imageAlt: "Fashion display 1" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8480.jpg", imageAlt: "Fashion display 2" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8480.jpg", imageAlt: "Fashion display 2" },
|
||||||
@@ -140,9 +140,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "q1", title: "Shipping times?", content: "Generally 3-5 business days." },
|
{ id: "q1", title: "Do you offer international shipping?", content: "Yes, we ship globally! Shipping fees and delivery estimates are calculated at checkout based on your location and carrier selected." },
|
||||||
{ id: "q2", title: "Return policy?", content: "You can return items within 14 days." },
|
{ id: "q2", title: "Where can I find the size guide?", content: "Our detailed size guide is available on each individual product page. We recommend measuring yourself and comparing it to our charts to ensure the perfect fit." },
|
||||||
{ id: "q3", title: "Custom styling?", content: "Reach out to us for consultations." }
|
{ id: "q3", title: "Return policy?", content: "You can return items within 14 days of receipt in original condition." }
|
||||||
]}
|
]}
|
||||||
title="Questions?"
|
title="Questions?"
|
||||||
description="Here is what you might want to know."
|
description="Here is what you might want to know."
|
||||||
|
|||||||
Reference in New Issue
Block a user