Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ca6e0228df | |||
| c08926af38 |
@@ -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: #f7f6f7;
|
||||
--background: #f5faff;
|
||||
--card: #ffffff;
|
||||
--foreground: #0c1325;
|
||||
--primary-cta: #0798ff;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #0c1325;
|
||||
--accent: #93c7ff;
|
||||
--background-accent: #a8cde8;
|
||||
--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