Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 751b9726a0 | |||
| e9ca62f860 | |||
| 87b631f638 | |||
| 473456d01b | |||
| 9ba2c4438f | |||
| 25cc143789 | |||
| 7a06a08889 | |||
| 38aa0e308b | |||
| 01260fdb59 | |||
| 492e43b0a8 | |||
| a78678b3d6 | |||
| 03e167b83d | |||
| d9e7f265d0 | |||
| 0d279f25da | |||
| 7343d99664 | |||
| d086d35b9c | |||
| 027ed2663f | |||
| e5ba0c7038 | |||
| 89e8788578 | |||
| a0939de589 |
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "contact"},
|
name: "Contact", id: "contact"},
|
||||||
]}
|
]}
|
||||||
brandName="Aura Luxury"
|
brandName="Aura"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -51,6 +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 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"},
|
||||||
@@ -76,7 +78,7 @@ export default function LandingPage() {
|
|||||||
description="Rooted in decades of tradition, Aura Luxury brings together world-class comfort and bespoke service to create unforgettable guest experiences."
|
description="Rooted in decades of tradition, Aura Luxury brings together world-class comfort and bespoke service to create unforgettable guest experiences."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "24/7 Concierge", description: "Personalized assistance for every request."},
|
title: "gergergergerge", description: "Personalized assistance for every request."},
|
||||||
{
|
{
|
||||||
title: "Gourmet Dining", description: "Michelin-starred chefs crafting local flavors."},
|
title: "Gourmet Dining", description: "Michelin-starred chefs crafting local flavors."},
|
||||||
{
|
{
|
||||||
@@ -213,4 +215,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f4ef;
|
--background: #f5faff;
|
||||||
--card: #dad6cd;
|
--card: #f1f8ff;
|
||||||
--foreground: #2a2928;
|
--foreground: #001122;
|
||||||
--primary-cta: #2a2928;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #f5f4ef;
|
--primary-cta-text: #f5f4ef;
|
||||||
--secondary-cta: #ecebea;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #2a2928;
|
--secondary-cta-text: #2a2928;
|
||||||
--accent: #ffffff;
|
--accent: #a8cce8;
|
||||||
--background-accent: #c6b180;
|
--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