Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fd80ac1f4 |
@@ -10,7 +10,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|||||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import { Award, Coffee, MapPin, ShieldCheck, Smile, Sun } from "lucide-react";
|
import { Award, Coffee, MapPin, ShieldCheck, Smile, Sun } from "lucide-react";
|
||||||
|
|
||||||
@@ -127,21 +127,20 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="rooms" data-section="rooms">
|
<div id="rooms" data-section="rooms">
|
||||||
<ProductCardThree
|
<PricingCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
title="Our Rooms"
|
||||||
{ id: "r1", name: "Standard Single", price: "₹1000/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=1" },
|
description="Choose the perfect stay from our curated range of rooms."
|
||||||
{ id: "r2", name: "Deluxe Single", price: "₹1300/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=2" },
|
plans={[
|
||||||
{ id: "r3", name: "Standard Double", price: "₹2100/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=3" },
|
{ id: "r1", badge: "Essential", price: "₹1000/night", subtitle: "Comfortable standard single room", features: ["Free WiFi", "Breakfast included", "Shared balcony"] },
|
||||||
{ id: "r4", name: "Deluxe Double", price: "₹2500/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=4" },
|
{ id: "r2", badge: "Popular", price: "₹1300/night", subtitle: "Enhanced comfort for individuals", features: ["Free WiFi", "Breakfast included", "Private Balcony", "Mountain View"] },
|
||||||
{ id: "r5", name: "Executive Suite", price: "₹3500/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=5" },
|
{ id: "r3", badge: "Classic", price: "₹2100/night", subtitle: "Spacious room for two", features: ["Free WiFi", "Breakfast included", "King Bed", "Scenic View"] },
|
||||||
{ id: "r6", name: "Family Suite", price: "₹4500/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=6" },
|
{ id: "r4", badge: "Premium", price: "₹2500/night", subtitle: "Luxurious double stay", features: ["Free WiFi", "Breakfast included", "Premium Amenities", "Panoramic View"] },
|
||||||
|
{ id: "r5", badge: "Executive", price: "₹3500/night", subtitle: "Business travel excellence", features: ["Free WiFi", "Breakfast included", "Work Desk", "Spacious Suite"] },
|
||||||
|
{ id: "r6", badge: "Family", price: "₹4500/night", subtitle: "Perfect for families", features: ["Free WiFi", "Breakfast included", "Family Bed", "Extended Balcony"] },
|
||||||
]}
|
]}
|
||||||
title="Comfortable Stays"
|
|
||||||
description="Explore our range of well-appointed rooms, designed for both business and leisure travelers."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user