feat: Add AmenitiesList and IntroSection components to Hotel Page

This commit is contained in:
Chuma McPhoy
2024-07-05 19:26:34 +02:00
parent 1e3bbed6d1
commit 26815cc9bc
17 changed files with 257 additions and 7 deletions

View File

@@ -61,3 +61,7 @@
.plosa {
color: var(--Theme-Primary-Light-On-Surface-Accent);
}
.red {
color: var(--Scandic-Brand-Scandic-Red);
}

View File

@@ -10,6 +10,7 @@ const config = {
pale: styles.pale,
peach80: styles.peach80,
primaryLightOnSurfaceAccent: styles.plosa,
red: styles.red,
},
textAlign: {
center: styles.center,