diff --git a/src/app/page.tsx b/src/app/page.tsx index ef9b772..f63046c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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() { /> -
+
); -} +} \ No newline at end of file