2 Commits

Author SHA1 Message Date
85c588a08e Update src/app/page.tsx 2026-03-10 00:57:48 +00:00
faf83b5519 Merge version_2 into main
Merge version_2 into main
2026-03-10 00:55:39 +00:00

View File

@@ -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>
); );
} }