Update src/app/page.tsx
This commit is contained in:
@@ -38,7 +38,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now", href: "https://booking.example.com"}}
|
||||
text: "Book Now", href: "https://booking.example.com"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,17 +58,23 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Luxury Hotel Room"},
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Luxury Hotel Room"
|
||||
},
|
||||
{
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892901.jpg?_wi=1", imageAlt: "Hotel Exterior View"},
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892901.jpg", imageAlt: "Hotel Exterior View"
|
||||
},
|
||||
{
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Deluxe Room"},
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Room"
|
||||
},
|
||||
{
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3", imageAlt: "Premium Suite"},
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Premium Suite"
|
||||
},
|
||||
{
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=4", imageAlt: "Bedroom Comfort"},
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Bedroom Comfort"
|
||||
},
|
||||
{
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892901.jpg?_wi=2", imageAlt: "Building Entrance"},
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892901.jpg", imageAlt: "Building Entrance"
|
||||
},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -78,7 +85,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="A Premium Stay Experience in Chittoor"
|
||||
description={[
|
||||
"Located on Rajiv Gandhi Road near MSR Circle, Prabhaa Grand Inn offers the perfect combination of comfort, accessibility, and hospitality. Whether you're visiting for business, family travel, or temple darshan, our hotel ensures a peaceful and memorable stay.", "Just minutes away from Chittoor Railway Station, Kattamanchi Lake, and Kanipakam Vinayaka Temple, we provide the ideal base for exploring the region while enjoying premium amenities and exceptional service."]}
|
||||
"Located on Rajiv Gandhi Road near MSR Circle, Prabhaa Grand Inn offers the perfect combination of comfort, accessibility, and hospitality. Whether you're visiting for business, family travel, or temple darshan, our hotel ensures a peaceful and memorable stay.", "Just minutes away from Chittoor Railway Station, Kattamanchi Lake, and Kanipakam Vinayaka Temple, we provide the ideal base for exploring the region while enjoying premium amenities and exceptional service."
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#amenities" }]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
@@ -89,8 +97,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
title="Why Guests Choose Prabhaa Grand Inn"
|
||||
description="Recognized for exceptional comfort, warm hospitality, and excellent value."
|
||||
names=[
|
||||
"2800+ Happy Guests", "Free Breakfast", "Spacious AC Rooms", "Parking Available", "Fast WiFi", "24/7 Support", "Prime Location"]
|
||||
names={[
|
||||
"2800+ Happy Guests", "Free Breakfast", "Spacious AC Rooms", "Parking Available", "Fast WiFi", "24/7 Support", "Prime Location"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
@@ -106,12 +115,14 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Deluxe Room", description: "Perfect for solo travelers and couples. Features king size bed, air conditioning, smart TV, free WiFi, and room service.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=5", imageAlt: "Deluxe Room", button: {
|
||||
text: "Book This Room", href: "https://booking.example.com"},
|
||||
title: "Deluxe Room", description: "Perfect for solo travelers and couples. Features king size bed, air conditioning, smart TV, free WiFi, and room service.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Room", button: {
|
||||
text: "Book This Room", href: "https://booking.example.com"
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "Premium Room", description: "Spacious room ideal for families and business travelers. Includes larger space, premium interiors, work desk, and luxury bedding.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=6", imageAlt: "Premium Suite", button: {
|
||||
text: "Check Availability", href: "https://booking.example.com"},
|
||||
title: "Premium Room", description: "Spacious room ideal for families and business travelers. Includes larger space, premium interiors, work desk, and luxury bedding.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Premium Suite", button: {
|
||||
text: "Check Availability", href: "https://booking.example.com"
|
||||
},
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -130,16 +141,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar", role: "Business Traveler", company: "IT Professional", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", imageAlt: "Rajesh Kumar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", imageAlt: "Rajesh Kumar"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", role: "Temple Visitor", company: "Family Traveler", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-walking-shore_1262-6118.jpg", imageAlt: "Priya Sharma"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-walking-shore_1262-6118.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amit Patel", role: "Hotel Guest", company: "Chittoor Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg", imageAlt: "Amit Patel"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg", imageAlt: "Amit Patel"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Deepa Iyer", role: "Corporate Guest", company: "Company Executive", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-man-with-suitcase-looks-smartphone-holds-travel-tickets-passport_1258-270532.jpg", imageAlt: "Deepa Iyer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-man-with-suitcase-looks-smartphone-holds-travel-tickets-passport_1258-270532.jpg", imageAlt: "Deepa Iyer"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -178,7 +193,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="Perfectly Located in Chittoor"
|
||||
description={[
|
||||
"Prabhaa Grand Inn is conveniently located on SH83 near MSR Circle, making it easy to reach major attractions and transportation hubs.", "Nearby Places: Chittoor Railway Station (2 km), Kattamanchi Lake (2 km), Kanipakam Vinayaka Temple (12 km). Our strategic location ensures easy access to business districts, temples, and leisure destinations."]}
|
||||
"Prabhaa Grand Inn is conveniently located on SH83 near MSR Circle, making it easy to reach major attractions and transportation hubs.", "Nearby Places: Chittoor Railway Station (2 km), Kattamanchi Lake (2 km), Kanipakam Vinayaka Temple (12 km). Our strategic location ensures easy access to business districts, temples, and leisure destinations."
|
||||
]}
|
||||
buttons={[{ text: "Get Directions", href: "https://maps.google.com" }]}
|
||||
showBorder={false}
|
||||
useInvertedBackground={false}
|
||||
@@ -195,22 +211,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "earlybird", title: "Early Bird Discount", price: "20%", period: "off", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=7", imageAlt: "Early Bird Offer", button: {
|
||||
text: "Book Early", href: "https://booking.example.com"},
|
||||
id: "earlybird", title: "Early Bird Discount", price: "20%", period: "off", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Early Bird Offer", button: {
|
||||
text: "Book Early", href: "https://booking.example.com"
|
||||
},
|
||||
features: [
|
||||
"Book 7 days in advance", "Valid for all room types", "Non-cancellable rate", "Complimentary breakfast included"],
|
||||
"Book 7 days in advance", "Valid for all room types", "Non-cancellable rate", "Complimentary breakfast included"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "temple", title: "Temple Visitor Package", price: "Special", period: "rate", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=8", imageAlt: "Temple Package", button: {
|
||||
text: "Book Package", href: "https://booking.example.com"},
|
||||
id: "temple", title: "Temple Visitor Package", price: "Special", period: "rate", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Temple Package", button: {
|
||||
text: "Book Package", href: "https://booking.example.com"
|
||||
},
|
||||
features: [
|
||||
"Discounted room rates", "Breakfast included", "Temple darshan guide available", "Late checkout option"],
|
||||
"Discounted room rates", "Breakfast included", "Temple darshan guide available", "Late checkout option"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "business", title: "Business Traveler Package", price: "Corporate", period: "rate", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=9", imageAlt: "Business Package", button: {
|
||||
text: "Book Corporate", href: "https://booking.example.com"},
|
||||
id: "business", title: "Business Traveler Package", price: "Corporate", period: "rate", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Business Package", button: {
|
||||
text: "Book Corporate", href: "https://booking.example.com"
|
||||
},
|
||||
features: [
|
||||
"Flexible check-in/out", "Business center access", "Free WiFi and printing", "Meeting room available"],
|
||||
"Flexible check-in/out", "Business center access", "Free WiFi and printing", "Meeting room available"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -221,21 +243,28 @@ export default function LandingPage() {
|
||||
ctaTitle="Book Your Stay Today"
|
||||
ctaDescription="Experience comfort, convenience, and warm hospitality in the heart of Chittoor. Contact us now to secure your booking."
|
||||
ctaButton={{
|
||||
text: "Book Now", href: "https://booking.example.com"}}
|
||||
text: "Book Now", href: "https://booking.example.com"
|
||||
}}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What are your check-in and check-out times?", content: "Standard check-in is at 2:00 PM and check-out is at 11:00 AM. Early check-in and late check-out may be available upon request, subject to room availability."},
|
||||
id: "1", title: "What are your check-in and check-out times?", content: "Standard check-in is at 2:00 PM and check-out is at 11:00 AM. Early check-in and late check-out may be available upon request, subject to room availability."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer free breakfast?", content: "Yes, complimentary breakfast is included with all room bookings. Our in-house food court serves a variety of Indian, Continental, and South Indian cuisines."},
|
||||
id: "2", title: "Do you offer free breakfast?", content: "Yes, complimentary breakfast is included with all room bookings. Our in-house food court serves a variety of Indian, Continental, and South Indian cuisines."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Is parking available?", content: "Yes, secure parking is available free of charge for all guests. We have ample parking space with 24/7 security monitoring."},
|
||||
id: "3", title: "Is parking available?", content: "Yes, secure parking is available free of charge for all guests. We have ample parking space with 24/7 security monitoring."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How far is the railway station?", content: "Chittoor Railway Station is approximately 2 km away from our hotel. We can arrange transportation upon request for additional convenience."},
|
||||
id: "4", title: "How far is the railway station?", content: "Chittoor Railway Station is approximately 2 km away from our hotel. We can arrange transportation upon request for additional convenience."
|
||||
},
|
||||
{
|
||||
id: "5", title: "What is your cancellation policy?", content: "Cancellations made 48 hours before check-in are eligible for a full refund. Cancellations within 48 hours may incur a charge of one night's stay."},
|
||||
id: "5", title: "What is your cancellation policy?", content: "Cancellations made 48 hours before check-in are eligible for a full refund. Cancellations within 48 hours may incur a charge of one night's stay."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Do you have a food court?", content: "Yes, our in-house food court offers multi-cuisine dining options throughout the day. Room service is also available 24/7."},
|
||||
id: "6", title: "Do you have a food court?", content: "Yes, our in-house food court offers multi-cuisine dining options throughout the day. Room service is also available 24/7."
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user