Compare commits
5 Commits
version_2_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 073bdbf389 | |||
|
|
8ccc12101a | ||
| ed604bc380 | |||
|
|
cb6f6de603 | ||
| 1beba1cd04 |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #f0f2f5;
|
||||
--background: #fef2f2;
|
||||
--card: #ffffff;
|
||||
--foreground: #333333;
|
||||
--primary-cta: #6699cc;
|
||||
--primary-cta: #ef4444;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #e0e0e0;
|
||||
--secondary-cta-text: #333333;
|
||||
--accent: #4a7ba7;
|
||||
--background-accent: #8cb3d9;
|
||||
--secondary-cta: #fecaca;
|
||||
--secondary-cta-text: #dc2626;
|
||||
--accent: #dc2626;
|
||||
--background-accent: #fee2e2;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user