diff --git a/src/app/page.tsx b/src/app/page.tsx
index 26d0764..8976926 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,48 +32,22 @@ export default function LandingPage() {
@@ -83,12 +57,7 @@ export default function LandingPage() {
@@ -99,42 +68,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "r1",
- name: "Deluxe Room",
- price: "₹4,500/night",
- imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed-decoration-beautiful-luxury-bedroom-interior_74190-7970.jpg",
- },
- {
- id: "r2",
- name: "Premium Family Room",
- price: "₹6,800/night",
- imageSrc: "http://img.b2bpic.net/free-photo/bedroom-with-bed-chair-front-sliding-glass-door_1340-25294.jpg",
- },
- {
- id: "r3",
- name: "Executive Stay",
- price: "₹8,900/night",
- imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg",
- },
- {
- id: "r4",
- name: "Standard Room",
- price: "₹3,200/night",
- imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199314.jpg",
- },
- {
- id: "r5",
- name: "Suite Room",
- price: "₹9,500/night",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-vibrator_23-2150232147.jpg",
- },
- {
- id: "r6",
- name: "Mountain View Room",
- price: "₹5,500/night",
- imageSrc: "http://img.b2bpic.net/free-photo/bellhop-offering-services-woman-lounge-area-waiting-room-check-seaside-hotel-tourist-sitting-couch-talking-hotel-concierge-summer-clothes-handheld-shot_482257-67916.jpg",
- },
+ { id: "r1", name: "Deluxe Room", price: "₹4,500/night", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed-decoration-beautiful-luxury-bedroom-interior_74190-7970.jpg" },
+ { id: "r2", name: "Premium Family Room", price: "₹6,800/night", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-with-bed-chair-front-sliding-glass-door_1340-25294.jpg" },
+ { id: "r3", name: "Executive Stay", price: "₹8,900/night", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg" },
+ { id: "r4", name: "Standard Room", price: "₹3,200/night", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199314.jpg" },
+ { id: "r5", name: "Suite Room", price: "₹9,500/night", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-vibrator_23-2150232147.jpg" },
+ { id: "r6", name: "Mountain View Room", price: "₹5,500/night", imageSrc: "http://img.b2bpic.net/free-photo/bellhop-offering-services-woman-lounge-area-waiting-room-check-seaside-hotel-tourist-sitting-couch-talking-hotel-concierge-summer-clothes-handheld-shot_482257-67916.jpg" }
]}
title="Our Luxurious Accommodations"
description="Thoughtfully designed spaces for every traveler."
@@ -146,22 +85,8 @@ export default function LandingPage() {
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
- negativeCard={{
- items: [
- "No Hidden Fees",
- "No Early Checkout Stress",
- "No Compromise on Quality",
- ],
- }}
- positiveCard={{
- items: [
- "Free WiFi",
- "24/7 Room Service",
- "Parking Facility",
- "Airport Pickup",
- "Terrace Seating",
- ],
- }}
+ negativeCard={{ items: ["No Hidden Fees", "No Early Checkout Stress", "No Compromise on Quality"] }}
+ positiveCard={{ items: ["Free WiFi", "24/7 Room Service", "Parking Facility", "Airport Pickup", "Terrace Seating"] }}
title="Modern Hotel Amenities"
description="Experience comfort like never before."
/>
@@ -169,39 +94,13 @@ export default function LandingPage() {
@@ -286,16 +143,9 @@ export default function LandingPage() {
@@ -304,21 +154,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Do you offer parking?",
- content: "Yes, secure parking is available for all guests.",
- },
- {
- id: "f2",
- title: "Is WiFi available?",
- content: "High-speed WiFi is complimentary in all areas.",
- },
- {
- id: "f3",
- title: "Do you provide airport pickup?",
- content: "Yes, we arrange reliable pickup and drop services.",
- },
+ { id: "f1", title: "Do you offer parking?", content: "Yes, secure parking is available for all guests." },
+ { id: "f2", title: "Is WiFi available?", content: "High-speed WiFi is complimentary in all areas." },
+ { id: "f3", title: "Do you provide airport pickup?", content: "Yes, we arrange reliable pickup and drop services." }
]}
title="Need More Information?"
description="Find answers to our most common questions."
@@ -329,32 +167,8 @@ export default function LandingPage() {