diff --git a/src/app/page.tsx b/src/app/page.tsx index ea2d4db..c62e33e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} buttons={[ { text: "Explore Products", href: "#products" }, - { text: "Request Catalog", href: "#contact" } + { text: "Get Bulk Quote", href: "#contact" } ]} layoutOrder="default" imageSrc="http://img.b2bpic.net/free-photo/young-woman-chooses-baskets-home-interior-home-improvement-store_169016-52094.jpg" @@ -241,7 +241,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-swan-sculpture_23-2151003019.jpg?_wi=7" mediaAnimation="blur-reveal" mediaPosition="right" - buttonText="Request Catalog" + buttonText="Get Bulk Quote" /> @@ -254,4 +254,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}