3 Commits

Author SHA1 Message Date
676f85f74a Update src/app/page.tsx 2026-03-03 13:53:52 +00:00
7cc425dbb0 Update src/app/layout.tsx 2026-03-03 13:53:51 +00:00
002725e2c1 Merge version_2 into main
Merge version_2 into main
2026-03-03 13:45:47 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -117,6 +117,7 @@ export default function RestaurantPage() {
useInvertedBackground={true} useInvertedBackground={true}
ariaLabel="Restaurant Specialties Section" ariaLabel="Restaurant Specialties Section"
containerClassName="py-20 md:py-28" containerClassName="py-20 md:py-28"
cardTitleClassName="text-lg md:text-xl font-bold"
/> />
</div> </div>