6 Commits

Author SHA1 Message Date
073bdbf389 Merge version_4_1779026989179 into main
Merge version_4_1779026989179 into main
2026-05-17 14:10:31 +00:00
kudinDmitriyUp
8ccc12101a Changed color theme to red 2026-05-17 14:10:07 +00:00
ed604bc380 Merge version_3_1779026444066 into main
Merge version_3_1779026444066 into main
2026-05-17 14:01:31 +00:00
kudinDmitriyUp
cb6f6de603 Shorten hero section description 2026-05-17 14:01:08 +00:00
1beba1cd04 Merge version_2_1779026371888 into main
Merge version_2_1779026371888 into main
2026-05-17 14:00:17 +00:00
kudinDmitriyUp
eb8a70ee50 Updated color theme to a lighter scheme with soft blue accents. 2026-05-17 13:59:54 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;
--background: #fef2f2;
--card: #ffffff;
--foreground: #333333;
--primary-cta: #ef4444;
--primary-cta-text: #ffffff;
--secondary-cta: #fecaca;
--secondary-cta-text: #dc2626;
--accent: #dc2626;
--background-accent: #fee2e2;
/* @layout/border-radius/rounded */
--radius: 1rem;

View File

@@ -16,7 +16,7 @@ export default function HomePage() {
<HeroSplitMediaGrid
tag="Welcome to Elysian Grand"
title="Experience Unrivaled Luxury & Comfort"
description="Nestled in the heart of the city, Elysian Grand offers a serene escape with world-class service, opulent rooms, and exquisite dining. Your perfect getaway awaits."
description="Experience world-class service, opulent rooms, and exquisite dining at Elysian Grand."
primaryButton={{
text: "Book Your Stay",
href: "#contact",