Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 452ec8529b | |||
| 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" }]}
|
||||||
@@ -147,6 +147,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