Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 74b869a2dd | |||
| 0ee0cb9912 | |||
| ebe1f8fe20 | |||
| d2a8a2af40 |
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545665.jpg", imageAlt: "exploded 3d hardware device" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-with-blue-monday-subtitles_23-2149182958.jpg", imageAlt: "3d floating tech gadget" }
|
||||
]}
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
buttons={[{ text: "Shop The Collection", href: "#products" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,6 +147,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Contact Sales for Bulk Orders", href: "#contact" }]}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Shipping times?", content: "We ship globally within 3-5 business days." },
|
||||
{ id: "f2", title: "Return policy?", content: "30-day hassle-free return window." },
|
||||
|
||||
Reference in New Issue
Block a user