Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85c588a08e | |||
| faf83b5519 |
@@ -33,7 +33,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Shop Collection", id: "collections" },
|
{ name: "Shop Collection", id: "collections" },
|
||||||
{ name: "About", id: "about" }
|
{ name: "About", id: "about" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Create a Custom Blessing", href: "#custom" }}
|
button={{ text: "Contact Us", href: "#contact" }}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
description="Handcrafted Judaica pieces inspired by faith, tradition, and meaning. Bring blessing into your home."
|
description="Handcrafted Judaica pieces inspired by faith, tradition, and meaning. Bring blessing into your home."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Collection", href: "#collections" },
|
{ text: "Shop Collection", href: "#collections" },
|
||||||
{ text: "Create a Custom Blessing", href: "#custom" }
|
{ text: "Contact Us", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-crisps-crackers-long-round-formed-with-dried-seasonings-wood_140725-18947.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-crisps-crackers-long-round-formed-with-dried-seasonings-wood_140725-18947.jpg"
|
||||||
imageAlt="Luxury handcrafted Judaica home blessings"
|
imageAlt="Luxury handcrafted Judaica home blessings"
|
||||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="email-signup" data-section="email-signup">
|
<div id="contact" data-section="email-signup">
|
||||||
<ContactFaq
|
<ContactFaq
|
||||||
ctaTitle="Receive Inspiration & New Blessings"
|
ctaTitle="Receive Inspiration & New Blessings"
|
||||||
ctaDescription="Get early access to new designs, special gifts, and blessing stories delivered to your inbox."
|
ctaDescription="Get early access to new designs, special gifts, and blessing stories delivered to your inbox."
|
||||||
@@ -225,4 +225,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user