diff --git a/src/app/page.tsx b/src/app/page.tsx
index b1515a7..9745454 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,90 +29,41 @@ export default function LandingPage() {
@@ -138,33 +89,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "room-1",
- brand: "Luxury Room",
- name: "Standard Mountain View",
- price: "₹4,500/night",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/bed-neatly-made-with-nightlight_1203-462.jpg",
- },
- {
- id: "room-2",
- brand: "Suite",
- name: "Deluxe Grey Suite",
- price: "₹6,000/night",
- rating: 5,
- reviewCount: "8",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-bouquet-bride_8353-62.jpg",
- },
- {
- id: "room-3",
- brand: "Room",
- name: "Family Modern Room",
- price: "₹7,500/night",
- rating: 4,
- reviewCount: "5",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-luxury-travel-house_23-2149140841.jpg",
- },
+ { id: "room-1", brand: "Luxury Room", name: "Standard Mountain View", price: "₹4,500/night", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/bed-neatly-made-with-nightlight_1203-462.jpg" },
+ { id: "room-2", brand: "Suite", name: "Deluxe Grey Suite", price: "₹6,000/night", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-bouquet-bride_8353-62.jpg" },
+ { id: "room-3", brand: "Room", name: "Family Modern Room", price: "₹7,500/night", rating: 4, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-luxury-travel-house_23-2149140841.jpg" },
]}
title="Our Accommodations"
description="Clean, modern, and perfectly suited for your comfort."
@@ -176,46 +103,11 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- title: "Amazing stay!",
- quote: "Amazing stay and delicious food! From the moment I arrived, the staff was warm, welcoming, and professional.",
- name: "Sonam Jigmey",
- role: "Traveler",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420954.jpg?_wi=1",
- },
- {
- id: "2",
- title: "Loved the experience",
- quote: "Loved the experience of staying at this hotel.",
- name: "Shreya",
- role: "Guest",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg",
- },
- {
- id: "3",
- title: "Best near landing site",
- quote: "Best hotel we could find near the landing site in Bir. It’s a very new property with the best manager/owner. The theme is grey...",
- name: "Pratik Satpathy",
- role: "Adventurer",
- imageSrc: "http://img.b2bpic.net/free-photo/spectacular-lovable-girl-with-curls-dressed-brown-shirt-is-looking-camera-with-wonderful-smile-while-sitting-cafe-with-coffee_291650-2187.jpg",
- },
- {
- id: "4",
- title: "Top-notch service",
- quote: "The staff here is incredible, and the location is perfect for paragliding.",
- name: "Ananya P.",
- role: "Guest",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-walking-autumn-wearing-coat_285396-11071.jpg",
- },
- {
- id: "5",
- title: "Perfect base",
- quote: "Everything about our stay was seamless, clean, and modern. Will be back.",
- name: "Rahul Verma",
- role: "Paraglider",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420954.jpg?_wi=2",
- },
+ { id: "1", title: "Amazing stay!", quote: "Amazing stay and delicious food! From the moment I arrived, the staff was warm, welcoming, and professional.", name: "Sonam Jigmey", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420954.jpg" },
+ { id: "2", title: "Loved the experience", quote: "Loved the experience of staying at this hotel.", name: "Shreya", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg" },
+ { id: "3", title: "Best near landing site", quote: "Best hotel we could find near the landing site in Bir. It’s a very new property with the best manager/owner. The theme is grey...", name: "Pratik Satpathy", role: "Adventurer", imageSrc: "http://img.b2bpic.net/free-photo/spectacular-lovable-girl-with-curls-dressed-brown-shirt-is-looking-camera-with-wonderful-smile-while-sitting-cafe-with-coffee_291650-2187.jpg" },
+ { id: "4", title: "Top-notch service", quote: "The staff here is incredible, and the location is perfect for paragliding.", name: "Ananya P.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-walking-autumn-wearing-coat_285396-11071.jpg" },
+ { id: "5", title: "Perfect base", quote: "Everything about our stay was seamless, clean, and modern. Will be back.", name: "Rahul Verma", role: "Paraglider", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420954.jpg" },
]}
title="Guest Experiences"
description="What our guests say about their stay at Dephun Hotel."
@@ -225,16 +117,9 @@ export default function LandingPage() {