diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx
index 303163d..e423430 100644
--- a/src/app/rooms/page.tsx
+++ b/src/app/rooms/page.tsx
@@ -26,42 +26,24 @@ export default function LandingPage() {
@@ -74,47 +56,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "deluxe-room-full",
- name: "Deluxe Room",
- price: "₱6,500/night",
- imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg",
- imageAlt: "Deluxe Room",
- },
+ id: "deluxe-room-full", name: "Deluxe Room", price: "₱6,500/night", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg", imageAlt: "Deluxe Room"},
{
- id: "family-suite-full",
- name: "Family Suite",
- price: "₱9,000/night",
- imageSrc: "http://img.b2bpic.net/free-photo/friends-smiling-drinking-cocktails-lying-chaises-near-swimming-pool_176420-4050.jpg",
- imageAlt: "Family Suite",
- },
+ id: "family-suite-full", name: "Family Suite", price: "₱9,000/night", imageSrc: "http://img.b2bpic.net/free-photo/friends-smiling-drinking-cocktails-lying-chaises-near-swimming-pool_176420-4050.jpg", imageAlt: "Family Suite"},
{
- id: "standard-room-full",
- name: "Standard Room",
- price: "₱4,800/night",
- imageSrc: "http://img.b2bpic.net/free-photo/food-flowers-breakfast-table-bed_23-2148007244.jpg",
- imageAlt: "Standard Room",
- },
+ id: "standard-room-full", name: "Standard Room", price: "₱4,800/night", imageSrc: "http://img.b2bpic.net/free-photo/food-flowers-breakfast-table-bed_23-2148007244.jpg", imageAlt: "Standard Room"},
{
- id: "luxury-suite",
- name: "Luxury Suite",
- price: "₱12,000/night",
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg",
- imageAlt: "Luxury Suite",
- },
+ id: "luxury-suite", name: "Luxury Suite", price: "₱12,000/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Luxury Suite"},
{
- id: "private-cottage",
- name: "Private Cottage",
- price: "₱7,500/night",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-housewife-wearing-gloves-with-thumb-up-kitchen-home-cleaning-time_496169-2046.jpg",
- imageAlt: "Private Cottage",
- },
+ id: "private-cottage", name: "Private Cottage", price: "₱7,500/night", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-housewife-wearing-gloves-with-thumb-up-kitchen-home-cleaning-time_496169-2046.jpg", imageAlt: "Private Cottage"},
{
- id: "garden-villa",
- name: "Garden Villa",
- price: "₱15,000/night",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-chair-umbrella-vacation-nature_1203-4925.jpg",
- imageAlt: "Garden Villa",
- },
+ id: "garden-villa", name: "Garden Villa", price: "₱15,000/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-chair-umbrella-vacation-nature_1203-4925.jpg", imageAlt: "Garden Villa"},
]}
title="Explore Our Rooms & Suites"
description="Find the perfect accommodation for your family, group, or solo retreat at Australasia Resort Safari Park."
@@ -125,7 +77,7 @@ export default function LandingPage() {
@@ -133,71 +85,43 @@ export default function LandingPage() {