From 8c5817ef3fa1b7cc7a7758bf9d00e0a92e73b530 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:19:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c351c80..a51a3b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", title: "Spotless & Comfortable", description: "Guests consistently praise the villa for being exceptionally clean, spacious and fully equipped with everything you need for a relaxing stay.", media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg" }, + id: "1", title: "Spotless & Comfortable", description: "Guests consistently praise the villa for being exceptionally clean, spacious and fully equipped with everything you need for a relaxing stay.", media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg?_wi=1" }, items: [ { icon: Sparkles, text: "Immaculately maintained" }, { icon: CheckCircle, text: "Fully equipped kitchen" }, @@ -108,7 +108,7 @@ export default function LandingPage() { reverse: false }, { - id: "4", title: "Friendly Hosts", description: "Guests repeatedly highlight the kind and helpful owners who make every stay welcoming, stress-free, and truly special.", media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg" }, + id: "4", title: "Friendly Hosts", description: "Guests repeatedly highlight the kind and helpful owners who make every stay welcoming, stress-free, and truly special.", media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg?_wi=2" }, items: [ { icon: Heart, text: "Personal hospitality" }, { icon: MessageCircle, text: "Responsive support" }, -- 2.49.1