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