diff --git a/src/app/page.tsx b/src/app/page.tsx index aa00387..cf15b43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,6 +106,8 @@ export default function LandingPage() { ]} title="Full Menu" description="Choose from our selection of fresh classics." + textBoxButtonContainerClassName="!flex !flex-col !gap-3" + textBoxButtonClassName="!bg-primary !px-8 !py-4 !rounded-full !font-bold !text-lg !shadow-lg hover:!scale-105 !transition-transform" /> @@ -180,4 +182,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file