2 Commits

Author SHA1 Message Date
4b90f5bcb6 Update src/app/globals.css 2026-01-06 12:53:13 +00:00
16c7ce153f Update src/app/page.tsx 2026-01-05 08:01:38 +00:00
2 changed files with 12 additions and 10 deletions

View File

@@ -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);

View File

@@ -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" }
}
]}
/>