diff --git a/src/app/page.tsx b/src/app/page.tsx
index 723fb90..b5d701a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,6 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
+import { CalendarDays } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,26 +32,11 @@ export default function LandingPage() {
@@ -59,75 +45,45 @@ export default function LandingPage() {
+
+
+
+
+
+
+
+
+
+
+
@@ -137,30 +93,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Free High-Speed Wi-Fi",
- descriptions: [
- "Stay connected with our ultra-fast and reliable internet access in every room.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-bedroom_1098-21725.jpg",
- },
- {
- id: "f2",
- title: "Modern Fitness Center",
- descriptions: [
- "Keep up with your fitness routine in our fully-equipped, modern gym.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-couple-gym_23-2148503031.jpg",
- },
- {
- id: "f3",
- title: "Meeting Facilities",
- descriptions: [
- "Perfect for your next corporate event with professional audio-visual support.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/event-manager-using-laptop-banquet-hall_23-2148085313.jpg",
- },
+ { id: "f1", title: "Free High-Speed Wi-Fi", descriptions: ["Stay connected with our ultra-fast and reliable internet access in every room."], imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-bedroom_1098-21725.jpg" },
+ { id: "f2", title: "Modern Fitness Center", descriptions: ["Keep up with your fitness routine in our fully-equipped, modern gym."], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-couple-gym_23-2148503031.jpg" },
+ { id: "f3", title: "Meeting Facilities", descriptions: ["Perfect for your next corporate event with professional audio-visual support."], imageSrc: "http://img.b2bpic.net/free-photo/event-manager-using-laptop-banquet-hall_23-2148085313.jpg" },
]}
title="World-Class Amenities"
description="Enjoy unmatched comfort with our comprehensive facilities designed for both business and leisure travelers."
@@ -173,36 +108,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "100+",
- title: "Premium Rooms",
- items: [
- "Executive Suites",
- "Mountain View Kings",
- "Accessible Options",
- ],
- },
- {
- id: "m2",
- value: "4.8/5",
- title: "Guest Satisfaction",
- items: [
- "Top-tier Service",
- "Cleanliness",
- "Comfort",
- ],
- },
- {
- id: "m3",
- value: "24/7",
- title: "Support Availability",
- items: [
- "Front Desk",
- "Concierge",
- "Concierge Services",
- ],
- },
+ { id: "m1", value: "100+", title: "Premium Rooms", items: ["Executive Suites", "Mountain View Kings", "Accessible Options"] },
+ { id: "m2", value: "4.8/5", title: "Guest Satisfaction", items: ["Top-tier Service", "Cleanliness", "Comfort"] },
+ { id: "m3", value: "24/7", title: "Support Availability", items: ["Front Desk", "Concierge", "Concierge Services"] },
]}
title="Our Hotel Highlights"
description="Excellence defined by guests and service quality."
@@ -216,60 +124,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "Room",
- name: "Standard Queen",
- price: "$189/night",
- rating: 4.5,
- reviewCount: "240",
- imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-metal-tray_658428-54.jpg",
- },
- {
- id: "p2",
- brand: "Room",
- name: "Deluxe King Suite",
- price: "$249/night",
- rating: 4.8,
- reviewCount: "180",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2058.jpg",
- },
- {
- id: "p3",
- brand: "Room",
- name: "Accessible Queen",
- price: "$199/night",
- rating: 4.7,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-couple-looking-laptop-bed-together_23-2148404441.jpg",
- },
- {
- id: "p4",
- brand: "Room",
- name: "Family Suite",
- price: "$289/night",
- rating: 4.6,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/parents-spending-time-with-their-black-baby_23-2149490651.jpg",
- },
- {
- id: "p5",
- brand: "Room",
- name: "Executive Studio",
- price: "$229/night",
- rating: 4.9,
- reviewCount: "70",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956531.jpg",
- },
- {
- id: "p6",
- brand: "Room",
- name: "Mountain King View",
- price: "$269/night",
- rating: 4.8,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/terrace-lounge-with-rattan-armchairs-seaview-luxury-resort-summer-holiday-concept_1253-931.jpg",
- },
+ { id: "p1", brand: "Room", name: "Standard Queen", price: "$189/night", rating: 4.5, reviewCount: "240", imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-metal-tray_658428-54.jpg" },
+ { id: "p2", brand: "Room", name: "Deluxe King Suite", price: "$249/night", rating: 4.8, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2058.jpg" },
+ { id: "p3", brand: "Room", name: "Accessible Queen", price: "$199/night", rating: 4.7, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-couple-looking-laptop-bed-together_23-2148404441.jpg" },
+ { id: "p4", brand: "Room", name: "Family Suite", price: "$289/night", rating: 4.6, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/parents-spending-time-with-their-black-baby_23-2149490651.jpg" },
+ { id: "p5", brand: "Room", name: "Executive Studio", price: "$229/night", rating: 4.9, reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956531.jpg" },
+ { id: "p6", brand: "Room", name: "Mountain King View", price: "$269/night", rating: 4.8, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/terrace-lounge-with-rattan-armchairs-seaview-luxury-resort-summer-holiday-concept_1253-931.jpg" },
]}
title="Room Inventory"
description="Browse our range of comfortable, upscale accommodation options."
@@ -282,41 +142,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Johnson",
- role: "Corporate Client",
- testimonial: "Excellent service and comfortable stay for business. The WiFi was consistently fast.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-reading-book-drinking-coffee-outside-street_1303-21688.jpg",
- },
- {
- id: "2",
- name: "Michael Chen",
- role: "Leisure Traveler",
- testimonial: "Amazing mountain views from my room and the staff were incredibly helpful.",
- imageSrc: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2435.jpg",
- },
- {
- id: "3",
- name: "Emily Rodriguez",
- role: "Event Planner",
- testimonial: "Great facilities for our corporate group. Everything was well-organized.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-retired-woman-wearing-cozy-sweater-short-hairdo_343059-1198.jpg",
- },
- {
- id: "4",
- name: "David Kim",
- role: "Business Traveler",
- testimonial: "Consistently great experience at this location. My go-to in Missoula.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-with-shocked-face-sitting-floor-with-suitcase-looking-worried-tensed-mobile-phone_1258-270840.jpg",
- },
- {
- id: "5",
- name: "Amanda White",
- role: "Tourist",
- testimonial: "Loved the breakfast selection and the indoor pool. Perfect for our family trip.",
- imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg",
- },
+ { id: "1", name: "Sarah Johnson", role: "Corporate Client", testimonial: "Excellent service and comfortable stay for business. The WiFi was consistently fast.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-reading-book-drinking-coffee-outside-street_1303-21688.jpg" },
+ { id: "2", name: "Michael Chen", role: "Leisure Traveler", testimonial: "Amazing mountain views from my room and the staff were incredibly helpful.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2435.jpg" },
+ { id: "3", name: "Emily Rodriguez", role: "Event Planner", testimonial: "Great facilities for our corporate group. Everything was well-organized.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-retired-woman-wearing-cozy-sweater-short-hairdo_343059-1198.jpg" },
+ { id: "4", name: "David Kim", role: "Business Traveler", testimonial: "Consistently great experience at this location. My go-to in Missoula.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-shocked-face-sitting-floor-with-suitcase-looking-worried-tensed-mobile-phone_1258-270840.jpg" },
+ { id: "5", name: "Amanda White", role: "Tourist", testimonial: "Loved the breakfast selection and the indoor pool. Perfect for our family trip.", imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg" },
]}
title="Guest Experiences"
description="What our guests say about their stay at Grant Creek Inn."
@@ -328,21 +158,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "What is the check-in time?",
- content: "Check-in time is at 3:00 PM.",
- },
- {
- id: "q2",
- title: "Is breakfast included?",
- content: "Yes, we provide a complimentary breakfast every morning.",
- },
- {
- id: "q3",
- title: "Are there meeting rooms available?",
- content: "Absolutely, we have professional meeting spaces for groups and corporate events.",
- },
+ { id: "q1", title: "What is the check-in time?", content: "Check-in time is at 3:00 PM." },
+ { id: "q2", title: "Is breakfast included?", content: "Yes, we provide a complimentary breakfast every morning." },
+ { id: "q3", title: "Are there meeting rooms available?", content: "Absolutely, we have professional meeting spaces for groups and corporate events." },
]}
imageSrc="http://img.b2bpic.net/free-photo/caucasian-receptionist-helps-retired-old-man-with-hotel-checkin-verifying-identity-retrieving-reservation-details-female-concierge-holds-checks-passport-male-tourist-focus-background_482257-75152.jpg"
mediaAnimation="slide-up"
@@ -355,9 +173,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 65ffd3d..094ffdc 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f5faff;
- --card: #f1f8ff;
- --foreground: #001122;
- --primary-cta: #15479c;
+ --background: #0a0a0a;
+ --card: #1a1a1a;
+ --foreground: #ffffff;
+ --primary-cta: #1f7cff;
--primary-cta-text: #f5faff;
- --secondary-cta: #ffffff;
+ --secondary-cta: #010101;
--secondary-cta-text: #001122;
- --accent: #a8cce8;
- --background-accent: #7ba3cf;
+ --accent: #1f7cff;
+ --background-accent: #f96b2f;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);