Merge version_1 into main #2
@@ -10,7 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
|
||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { MapPin, Home, Wallet, Users, Road, Handshake, Phone } from "lucide-react";
|
||||
import { MapPin, Home, Wallet, Users, Handshake, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
title="Comfortable Stay Near Ellora Caves"
|
||||
description="Affordable hotel in Khuldabad with clean rooms, parking, and easy access to major tourist attractions. Experience warm hospitality and convenience on the highway."
|
||||
tag="4.1★ Rating • 1,700+ Reviews"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-floor-with-modern-skyline-buildings-night-shanghai_1127-3164.jpg", imageAlt: "Hotel Great Annapurna exterior entrance"},
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/round-sign-banner-street-wall_23-2147764777.jpg"},
|
||||
{
|
||||
id: "5", title: "Close to Ellora Caves", tags: ["Tourist Hub", "Accessible"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buddha-statue-ayutthaya-historical-park-wat-chaiwatthanaram-buddhist-temple-thailand_335224-1013.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buddha-statue-ayutthaya-historical-park-wat-chaiwatthanaram-buddhist-temple-thailand_335224-1013.jpg"},
|
||||
{
|
||||
id: "6", title: "24-Hour Assistance", tags: ["Always Available", "Helpful"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/receptionists-elegant-suits-work-hours_23-2149714402.jpg"},
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", name: "AC Room", price: "From ₹2,000/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12639.jpg", imageAlt: "Air-conditioned room for comfort"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -131,7 +131,7 @@ export default function LandingPage() {
|
||||
title: "Family & Tourist Friendly", description: "Welcoming atmosphere ideal for families, couples, and individual travelers", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Easy Highway Access", description: "Convenient location on the main highway for easy transit and accessibility", icon: Road,
|
||||
title: "Easy Highway Access", description: "Convenient location on the main highway for easy transit and accessibility", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Local Hospitality", description: "Authentic hospitality with helpful staff knowledgeable about local attractions", icon: Handshake,
|
||||
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Ellora Caves", tags: ["12 km away", "UNESCO Site"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buddha-statue-ayutthaya-historical-park-wat-chaiwatthanaram-buddhist-temple-thailand_335224-1013.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buddha-statue-ayutthaya-historical-park-wat-chaiwatthanaram-buddhist-temple-thailand_335224-1013.jpg"},
|
||||
{
|
||||
id: "2", title: "Kailasa Temple", tags: ["Must-See", "Rock-Cut"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stunning-sunlit-view-wat-maha-that-traditional-buddhist-temples_482257-124931.jpg"},
|
||||
@@ -211,7 +211,7 @@ export default function LandingPage() {
|
||||
{ id: "3", value: "20+", description: "Years Experience" },
|
||||
{ id: "4", value: "50+", description: "Rooms Available" },
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user