Update src/app/page.tsx
This commit is contained in:
@@ -33,7 +33,7 @@ export default function LandingPage() {
|
||||
{ name: "Shop Collection", id: "collections" },
|
||||
{ name: "About", id: "about" }
|
||||
]}
|
||||
button={{ text: "Create a Custom Blessing", href: "#custom" }}
|
||||
button={{ text: "Contact Us", href: "#contact" }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
description="Handcrafted Judaica pieces inspired by faith, tradition, and meaning. Bring blessing into your home."
|
||||
buttons={[
|
||||
{ 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"
|
||||
imageAlt="Luxury handcrafted Judaica home blessings"
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="email-signup" data-section="email-signup">
|
||||
<div id="contact" data-section="email-signup">
|
||||
<ContactFaq
|
||||
ctaTitle="Receive Inspiration & New Blessings"
|
||||
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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user