Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b90f5bcb6 | |||
| 16c7ce153f |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #f8fcff;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #00101f;;
|
||||
--primary-cta: #409fff;;
|
||||
--background: #fffcfc;;
|
||||
--card: #fffafa;;
|
||||
--foreground: #220000;;
|
||||
--primary-cta: #c1121f;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #c7e2fc;;
|
||||
--background-accent: #9bcfff;;
|
||||
--accent: #f0b8bc;;
|
||||
--background-accent: #e07a82;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ContactCenterForm from '@/components/sections/contact/ContactCenterForm';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Facebook, Instagram, Twitter } from "lucide-react";
|
||||
import { Facebook, Instagram, Twitter, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -203,11 +203,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
title="Room Rates"
|
||||
description="Transparent pricing for all room types. Rates vary by season and availability."
|
||||
title="Exclusive Room Packages"
|
||||
description="Discover our premium room selection with special featured rates. Book the Executive Suite for the ultimate luxury experience."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
tag="Most Popular"
|
||||
tagIcon={Star}
|
||||
plans={[
|
||||
{
|
||||
id: "standard",
|
||||
@@ -258,7 +260,7 @@ export default function LandingPage() {
|
||||
"Personal concierge",
|
||||
"Complimentary dining"
|
||||
],
|
||||
button: { text: "Book Now", href: "booking" }
|
||||
button: { text: "Book Premium Suite", href: "booking" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user