Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "AC Room", price: "₹800-1200/night", imageSrc: "http://img.b2bpic.net/free-photo/bedroom_1203-2440.jpg", imageAlt: "Comfortable AC Room with modern amenities"},
|
||||
id: "1", name: "AC Room", price: "₹800-1200/night", imageSrc: "http://img.b2bpic.net/free-photo/bedroom_1203-2440.jpg?_wi=1", imageAlt: "Comfortable AC Room with modern amenities"},
|
||||
{
|
||||
id: "2", name: "Non-AC Room", price: "₹500-800/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12647.jpg", imageAlt: "Clean and comfortable Non-AC room"},
|
||||
]}
|
||||
@@ -144,10 +144,10 @@ export default function LandingPage() {
|
||||
tag: "Cleanliness", title: "Spotless Rooms", subtitle: "Maintained to the highest standards", description: "Every room is thoroughly cleaned and maintained daily. We take pride in providing a hygienic, comfortable environment for all our guests.", imageSrc: "http://img.b2bpic.net/free-photo/guests-receiving-key-card-front-desk-doing-check-process-preparing-register-hotel-room-access-receptionist-helping-tourists-with-access-control-front-desk-welcome-people_482257-69816.jpg", imageAlt: "hotel reception desk lobby"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Comfort", title: "Quality Beds", subtitle: "Restful sleep guaranteed", description: "Our comfortable beds and quality furnishings ensure you get the best rest after a long day of travel. Wake up refreshed and ready for your day.", imageSrc: "http://img.b2bpic.net/free-photo/bedroom_1203-2440.jpg", imageAlt: "AC air conditioning bedroom modern"},
|
||||
tag: "Comfort", title: "Quality Beds", subtitle: "Restful sleep guaranteed", description: "Our comfortable beds and quality furnishings ensure you get the best rest after a long day of travel. Wake up refreshed and ready for your day.", imageSrc: "http://img.b2bpic.net/free-photo/bedroom_1203-2440.jpg?_wi=2", imageAlt: "AC air conditioning bedroom modern"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Safety", title: "Secure Stay", subtitle: "Your safety is our priority", description: "NSR Lodge provides a safe and secure environment with professional staff available 24/7. Rest assured, your belongings and safety are in good hands.", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-house-with-wooden-architecture-timber-structure_23-2151302708.jpg", imageAlt: "hotel building exterior entrance"},
|
||||
tag: "Safety", title: "Secure Stay", subtitle: "Your safety is our priority", description: "NSR Lodge provides a safe and secure environment with professional staff available 24/7. Rest assured, your belongings and safety are in good hands.", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-house-with-wooden-architecture-timber-structure_23-2151302708.jpg?_wi=1", imageAlt: "hotel building exterior entrance"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -216,7 +216,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-house-with-wooden-architecture-timber-structure_23-2151302708.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-house-with-wooden-architecture-timber-structure_23-2151302708.jpg?_wi=2"
|
||||
imageAlt="NSR Lodge entrance and exterior"
|
||||
logoText="NSR Lodge AC & Non AC"
|
||||
copyrightText="© 2025 NSR Lodge. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user