Compare commits
5 Commits
version_3_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 885ff319f1 | |||
|
|
75a0c249a6 | ||
| 40b37978c5 | |||
|
|
e4e8150089 | ||
| 82318d725e |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/blueWhite */
|
||||
--background: #ffffff;
|
||||
--card: #f0f4f8;
|
||||
--background: #fdfaf6;
|
||||
--card: #fdfaf6;
|
||||
--foreground: #333333;
|
||||
--primary-cta: #4a90e2;
|
||||
--primary-cta: #b8860b; /* DarkGoldenrod */
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #e0e0e0;
|
||||
--secondary-cta: #e6d8ad; /* Light gold */
|
||||
--secondary-cta-text: #333333;
|
||||
--accent: #1e62b3;
|
||||
--background-accent: #d6e6f2;
|
||||
--accent: #daa520; /* Goldenrod */
|
||||
--background-accent: #fff8dc; /* Cornsilk */
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 0.5rem;
|
||||
|
||||
@@ -14,7 +14,7 @@ export default function HomePage() {
|
||||
<div id="home" data-section="home">
|
||||
<SectionErrorBoundary name="home">
|
||||
<HeroBrandCarousel
|
||||
brand="Experience Unrivaled Luxury"
|
||||
brand="Luxury"
|
||||
description="Discover a sanctuary of elegance and comfort in the heart of the city, where every stay is a masterpiece of hospitality."
|
||||
primaryButton={{
|
||||
text: "Book Your Stay",
|
||||
|
||||
Reference in New Issue
Block a user