diff --git a/src/app/page.tsx b/src/app/page.tsx index 473174a..5ac3c15 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: "Explore Solutions", href: "#features" }, + { text: "Browse Gift Plans", href: "#pricing" }, { text: "Get Started", href: "#contact" } ]} slides={[ @@ -230,4 +230,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file