Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 751b9726a0 | |||
| e9ca62f860 | |||
| 87b631f638 | |||
| 473456d01b | |||
| 9ba2c4438f |
@@ -51,7 +51,8 @@ export default function LandingPage() {
|
|||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
title="Unrivaled"
|
title="Unrivaled"
|
||||||
description="Discover a of refined comfort and exceptional service RAINER."
|
description="Discover a of refined comfort and exceptional service RAINER."
|
||||||
buttons={[{ text: "Book Your", href: "#contact" }]}
|
buttons={[{ text: "Book Stay", href: "#contact" }]}
|
||||||
|
buttonClassName="bg-white text-black hover:bg-white/90 shadow-lg"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg", imageAlt: "Luxury Lobby"},
|
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg", imageAlt: "Luxury Lobby"},
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f6f0e9;
|
--background: #f5faff;
|
||||||
--card: #efe7dd;
|
--card: #f1f8ff;
|
||||||
--foreground: #2b180a;
|
--foreground: #001122;
|
||||||
--primary-cta: #2b180a;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #f5f4ef;
|
--primary-cta-text: #f5f4ef;
|
||||||
--secondary-cta: #efe7dd;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #2a2928;
|
--secondary-cta-text: #2a2928;
|
||||||
--accent: #94877c;
|
--accent: #a8cce8;
|
||||||
--background-accent: #afa094;
|
--background-accent: #7ba3cf;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user