From 71c2a2783ab2549c1266dd44c2974f0e0460f891 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:35:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +} -- 2.49.1