Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 090c1b2728 | |||
| 849b09786b | |||
| 5299174d95 | |||
| 98d81ad130 |
@@ -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 PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
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";
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
|||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-3465.jpg", imageAlt: "Balcony view" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-3465.jpg", imageAlt: "Balcony view" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-anime-style_23-2151176365.jpg", imageAlt: "Comfortable room" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-anime-style_23-2151176365.jpg", imageAlt: "Comfortable room" }
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Check Availability & Book", href: "#contact" }]}
|
buttons={[{ text: "Check Availability & Book", href: "#contact" }, { text: "View Rooms", href: "#rooms" }]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/tyrrhenian-sunset-from-peloritani-mountains-sicily-italy_181624-21176.jpg", alt: "Happy guest" },
|
{ src: "http://img.b2bpic.net/free-photo/tyrrhenian-sunset-from-peloritani-mountains-sicily-italy_181624-21176.jpg", alt: "Happy guest" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/wooden-railing-view-beautiful-mountains-sunset_181624-12889.jpg", alt: "Happy guest" },
|
{ src: "http://img.b2bpic.net/free-photo/wooden-railing-view-beautiful-mountains-sunset_181624-12889.jpg", alt: "Happy guest" },
|
||||||
@@ -127,20 +127,17 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="rooms" data-section="rooms">
|
<div id="rooms" data-section="rooms">
|
||||||
<PricingCardOne
|
<ProductCardThree
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Our Rooms"
|
products={[
|
||||||
description="Choose the perfect stay from our curated range of rooms."
|
{ 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" },
|
||||||
plans={[
|
{ 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" },
|
||||||
{ 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"] },
|
|
||||||
]}
|
]}
|
||||||
|
title="Comfortable Stays"
|
||||||
|
description="Explore our premium rooms, perfectly designed for luxury and relaxation in the city."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user