diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5a850e3..d43a42f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index f902acb..5e4d0d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,6 +117,7 @@ export default function RestaurantPage() { useInvertedBackground={true} ariaLabel="Restaurant Specialties Section" containerClassName="py-20 md:py-28" + cardTitleClassName="text-lg md:text-xl font-bold" /> @@ -227,4 +228,4 @@ export default function RestaurantPage() { ); -} +} \ No newline at end of file