diff --git a/src/app/page.tsx b/src/app/page.tsx index d7f39b6..047d916 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -223,6 +223,7 @@ export default function LandingPage() { name: "email", type: "email", placeholder: "Email Address"}, ]} imageSrc="http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg" + buttonText="Join the Community" /> @@ -243,4 +244,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file