Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 676f85f74a | |||
| 7cc425dbb0 | |||
| 002725e2c1 | |||
| 8fe915553b | |||
| b2a26359aa | |||
| 1a76789073 | |||
| 61c5ce5e6b | |||
| b5ef38a7bc | |||
| 8d2ad3b70c |
@@ -1422,4 +1422,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -46,7 +46,7 @@ export default function RestaurantPage() {
|
|||||||
description="Authentic Swiss alpine dining in the heart of Därstetten. Family-run restaurant since generations, serving signature Hot Stone specialties and seasonal game cuisine with warm hospitality."
|
description="Authentic Swiss alpine dining in the heart of Därstetten. Family-run restaurant since generations, serving signature Hot Stone specialties and seasonal game cuisine with warm hospitality."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now: +41 33 783 11 36", href: "tel:+41337831136"
|
text: "Call Now", href: "tel:+41337831136"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Reserve a Table", href: "#contact"
|
text: "Reserve a Table", href: "#contact"
|
||||||
@@ -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