diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bd240a..287fda6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,7 +203,7 @@ export default function HomePage() { animationType="reveal-blur" buttons={[ { text: "Shop Now", href: "/shop" }, - { text: "Learn More", href: "/about" }, + { text: "See Our Story", href: "/about" }, ]} background={{ variant: "gradient-bars" }} useInvertedBackground={false} @@ -253,4 +253,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}