Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1340ed79c5 | |||
| c48561390e | |||
| 37cf4e014a | |||
| 6acc32042c | |||
| d1650cd55e | |||
| 3d84e02d01 |
@@ -66,6 +66,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Shop the New Arrivals", href: "#shop" }]}
|
||||
products={[
|
||||
{ id: "p1", name: "Essential Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/redhead-woman-listening-music-headphones-smiling_176420-8038.jpg" },
|
||||
{ id: "p2", name: "Vintage Denim", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-woman-bucket-hat-posing-outdoors-old-railway-station_181624-55447.jpg" },
|
||||
@@ -130,6 +131,7 @@ export default function LandingPage() {
|
||||
{ id: "f1", title: "How is sizing?", content: "Our sizing runs true to size. Please see the size guide." },
|
||||
{ id: "f2", title: "Shipping times?", content: "Standard shipping takes 3-5 business days." },
|
||||
{ id: "f3", title: "Return policy?", content: "We offer 30-day hassle-free returns on all unworn items." },
|
||||
{ id: "f4", title: "International Shipping & Tracking?", content: "We offer worldwide shipping. You will receive a tracking link via email as soon as your order ships, allowing you to monitor its progress until it arrives at your door." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clothes-designers-working-store_23-2148915553.jpg"
|
||||
title="Common Questions"
|
||||
|
||||
Reference in New Issue
Block a user