Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 676f85f74a | |||
| 7cc425dbb0 | |||
| 002725e2c1 |
@@ -1422,4 +1422,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
|
|
||||||
@@ -227,4 +228,4 @@ export default function RestaurantPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user