From 778ea48c775e7d5d22837d0e66c9740dce25ebdf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:45:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ac3c15..a9eb137 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="GIFT GURU" description="Thoughtfully curated corporate gifts that celebrate relationships and strengthen business bonds with style and elegance" buttons={[ - { text: "Browse Gift Plans", href: "#pricing" }, + { text: "Explore Solutions", href: "#features" }, { text: "Get Started", href: "#contact" } ]} slides={[ @@ -132,7 +132,7 @@ export default function LandingPage() { id: "enterprise", badge: "Enterprise", badgeIcon: Crown, price: "Custom", subtitle: "Tailored for large organizations", buttons: [ { text: "Contact Sales", href: "#contact" }, - { text: "Schedule Demo", href: "#contact" } + { text: "Get Custom Quote", href: "#contact" } ], features: [ "Custom gift collections", "Bespoke packaging design", "Multi-level personalization", "Bulk order management", "Dedicated account manager", "White-glove service" -- 2.49.1