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" },