diff --git a/src/app/page.tsx b/src/app/page.tsx
index 69ff6ff..a6e1746 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
@@ -67,109 +53,59 @@ export default function LandingPage() {
@@ -179,14 +115,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "About Sweet Emotion",
- },
+ type: "text", content: "About Sweet Emotion"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/empty-chair-deck-lounge-around-swimming-pool-hotel-resort_74190-10016.jpg",
- alt: "Resort",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/empty-chair-deck-lounge-around-swimming-pool-hotel-resort_74190-10016.jpg", alt: "Resort"},
]}
/>
@@ -199,41 +130,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "r1",
- name: "Double or Twin Room",
- price: "LKR 7,884",
- imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg?_wi=2",
- },
+ id: "r1", name: "Double or Twin Room", price: "LKR 7,884", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg"},
{
- id: "r2",
- name: "Deluxe Double or Twin Room",
- price: "LKR 7,884",
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg?_wi=2",
- },
+ id: "r2", name: "Deluxe Double or Twin Room", price: "LKR 7,884", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg"},
{
- id: "r3",
- name: "Deluxe Double Room",
- price: "LKR 8,830",
- imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg?_wi=2",
- },
+ id: "r3", name: "Deluxe Double Room", price: "LKR 8,830", imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg"},
{
- id: "r4",
- name: "Family Suite",
- price: "LKR 12,000",
- imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg?_wi=3",
- },
+ id: "r4", name: "Family Suite", price: "LKR 12,000", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg"},
{
- id: "r5",
- name: "Garden View Room",
- price: "LKR 9,500",
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg?_wi=3",
- },
+ id: "r5", name: "Garden View Room", price: "LKR 9,500", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg"},
{
- id: "r6",
- name: "Ocean Breeze Suite",
- price: "LKR 15,000",
- imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg?_wi=3",
- },
+ id: "r6", name: "Ocean Breeze Suite", price: "LKR 15,000", imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg"},
]}
title="Our Luxurious Rooms"
description="Indulge in comfort with our carefully designed spaces."
@@ -247,38 +154,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Infinity Pool",
- author: "Enjoy a swim",
- description: "Crystal clear water with ocean views.",
- tags: [
- "Pool",
- "View",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-deck-lounge-around-swimming-pool-hotel-resort_74190-10016.jpg?_wi=2",
- },
+ id: "f1", title: "Infinity Pool", author: "Enjoy a swim", description: "Crystal clear water with ocean views.", tags: [
+ "Pool", "View"],
+ imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-deck-lounge-around-swimming-pool-hotel-resort_74190-10016.jpg"},
{
- id: "f2",
- title: "Fine Dining",
- author: "Eat well",
- description: "Gourmet local and international cuisine.",
- tags: [
- "Dining",
- "Chef",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/champagne-flutes-decorated-with-tiny-roses-stand-table_8353-611.jpg",
- },
+ id: "f2", title: "Fine Dining", author: "Eat well", description: "Gourmet local and international cuisine.", tags: [
+ "Dining", "Chef"],
+ imageSrc: "http://img.b2bpic.net/free-photo/champagne-flutes-decorated-with-tiny-roses-stand-table_8353-611.jpg"},
{
- id: "f3",
- title: "Spa & Wellness",
- author: "Relax body",
- description: "Rejuvenate your senses with professional care.",
- tags: [
- "Spa",
- "Wellness",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-sitting-near-swimmingpool_1157-20196.jpg",
- },
+ id: "f3", title: "Spa & Wellness", author: "Relax body", description: "Rejuvenate your senses with professional care.", tags: [
+ "Spa", "Wellness"],
+ imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-sitting-near-swimmingpool_1157-20196.jpg"},
]}
title="World Class Facilities"
description="Designed for ultimate relaxation and family comfort."
@@ -287,25 +173,17 @@ export default function LandingPage() {