Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c2ccd1abbb |
@@ -10,7 +10,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Award, Coffee, MapPin, ShieldCheck, Smile, Sun } from "lucide-react";
|
||||
|
||||
@@ -127,20 +127,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="rooms" data-section="rooms">
|
||||
<PricingCardOne
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
title="Our Rooms"
|
||||
description="Choose the perfect stay from our curated range of rooms."
|
||||
plans={[
|
||||
{ id: "r1", badge: "Essential", price: "₹1000/night", subtitle: "Comfortable standard single room", features: ["Free WiFi", "Breakfast included", "Shared balcony"] },
|
||||
{ id: "r2", badge: "Popular", price: "₹1300/night", subtitle: "Enhanced comfort for individuals", features: ["Free WiFi", "Breakfast included", "Private Balcony", "Mountain View"] },
|
||||
{ id: "r3", badge: "Classic", price: "₹2100/night", subtitle: "Spacious room for two", features: ["Free WiFi", "Breakfast included", "King Bed", "Scenic View"] },
|
||||
{ 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"] },
|
||||
products={[
|
||||
{ id: "r1", name: "Double Room", price: "₹2,205 + 110 tax/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=3" },
|
||||
{ id: "r2", name: "Suite", price: "₹4,500/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=6" },
|
||||
]}
|
||||
title="Comfortable Stays"
|
||||
description="Explore our premium rooms, perfectly designed for luxury and relaxation in the city."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -232,4 +229,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user