Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b2f0b8c5f | |||
| e917d4c494 | |||
| cddc12baba | |||
| 452ec8529b | |||
| a3ece920bd | |||
| eef95b3474 | |||
| 311e098ca2 | |||
| 87469a7818 |
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Elevate Your Space," },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/happy-woman-checking-documents-holding-camera_23-2147601352.jpg" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/interior-design-concept-with-golden-accents_23-2151038980.jpg?_wi=1" },
|
||||
{ type: "text", content: "Elevate Your Life" },
|
||||
]}
|
||||
buttons={[{ text: "Our Story", href: "#about-detail" }]}
|
||||
@@ -84,7 +84,8 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
buttons={[{ text: "View Full Collection", href: "#collections-page" }]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
@@ -147,6 +148,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="PurePad"
|
||||
logoSrc="http://img.b2bpic.net/free-photo/abstract-luxury-gold-logo-design_23-2151038972.jpg?_wi=1"
|
||||
columns={[
|
||||
{ title: "Shop", items: [{ label: "All Products", href: "#products" }, { label: "New Arrivals", href: "#" }] },
|
||||
{ title: "PurePad", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }] },
|
||||
|
||||
Reference in New Issue
Block a user