diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index bd1b32b..1191bd7 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -25,26 +25,11 @@ export default function LandingPage() {
@@ -203,25 +124,9 @@ export default function LandingPage() { description="Explore the philosophy behind our design and the latest news from our sanctuary." blogs={[ { - id: "b1", - category: "Design", - title: "The Soul of Minimalism", - excerpt: "Why less is truly more in modern luxury.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-chandelier_105762-2156.jpg", - authorName: "Aria Vance", - authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg", - date: "Oct 2024", - }, + id: "b1", category: "Design", title: "The Soul of Minimalism", excerpt: "Why less is truly more in modern luxury.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-chandelier_105762-2156.jpg", authorName: "Aria Vance", authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg", date: "Oct 2024"}, { - id: "b2", - category: "Lifestyle", - title: "Morning Rituals at Aura", - excerpt: "How to start your day with intention.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-bedroom-with-comfortable-bedding-lighting-generated-by-ai_188544-18280.jpg", - authorName: "Marcus Thorne", - authorAvatar: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg", - date: "Sep 2024", - }, + id: "b2", category: "Lifestyle", title: "Morning Rituals at Aura", excerpt: "How to start your day with intention.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-bedroom-with-comfortable-bedding-lighting-generated-by-ai_188544-18280.jpg", authorName: "Marcus Thorne", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg", date: "Sep 2024"}, ]} /> @@ -229,14 +134,8 @@ export default function LandingPage() {