Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e199df7c1 | |||
| ca6e0228df | |||
| 72e1077106 | |||
| c08926af38 | |||
| d3d97c7712 | |||
| 15ed899fb4 | |||
| 3888eebadb | |||
| 9140e3a5dc | |||
| 6c922580fc | |||
| 892d11cb59 | |||
| 97967cbdd3 | |||
| 927ee7f5cc | |||
| cbc9232967 |
@@ -58,7 +58,7 @@ export default function GalaxyLodgingPage() {
|
||||
{ text: "Book Your Stay", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E42j7n6L4zGj1GqWAyjQGiC38y/uploaded-1779424097462-o5nwwwhv.jpg"
|
||||
imageAlt="Luxury executive suite"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -75,7 +75,7 @@ export default function GalaxyLodgingPage() {
|
||||
{
|
||||
value: "99%", title: "Occupancy and satisfaction"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E42j7n6L4zGj1GqWAyjQGiC38y/uploaded-1779424182856-5gsrwjtu.jpg"
|
||||
imageAlt="Modern lobby and facilities"
|
||||
mediaBadge={{
|
||||
text: "Elite Member Access", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", avatarAlt: "Staff"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fafffb;
|
||||
--background: #f5faff;
|
||||
--card: #ffffff;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a705f;
|
||||
--primary-cta-text: #fafffb;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001a0a;
|
||||
--accent: #a8d9be;
|
||||
--background-accent: #6bbfb8;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user