diff --git a/src/app/page.tsx b/src/app/page.tsx index 52f2416..a6b210c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,6 +64,11 @@ export default function LandingPage() { useInvertedBackground={false} title="Crafting Moments, One Sip At A Time" className="text-center py-16 px-4" + buttons={[ + { + text: "Learn Our Story", href: "#about" + } + ]} /> @@ -186,4 +191,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file