diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e09143..9c19b26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,6 +50,8 @@ export default function LandingPage() { buttons={[ { text: "Shop Now", href: "#products"}, + { + text: "Learn More", href: "#about"}, ]} slides={[ { @@ -198,4 +200,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}