From 9ea0c6591573f5463959dd660773a5ce9ccebdec Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 13:33:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a544703..1584dbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,11 +90,11 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - features={[ - { id: 1, title: "Concierge Service", description: "Bespoke itineraries and daily support.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/filling-registration-form_1098-14557.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/filling-registration-form_1098-14557.jpg" }, imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-after-shower-towel-stands-balcony-villa-drink-coffee-tea-perfect-start-day-calm-relaxed-female-meets-new-day_343596-2053.jpg", imageAlt: "luxury villa mediterranean exterior" }, - { id: 2, title: "Daily Housekeeping", description: "Discreet, high-standard maintenance of your space.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/lonely-girl-sitting-near-window-with-book-kitchen_23-2147922368.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/lonely-girl-sitting-near-window-with-book-kitchen_23-2147922368.jpg" }, imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "modern villa interior design" } - ]} showStepNumbers={true} + features={[ + { id: 1, title: "Concierge Service", description: "Bespoke itineraries and daily support.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/filling-registration-form_1098-14557.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/filling-registration-form_1098-14557.jpg" } }, + { id: 2, title: "Daily Housekeeping", description: "Discreet, high-standard maintenance of your space.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/lonely-girl-sitting-near-window-with-book-kitchen_23-2147922368.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/lonely-girl-sitting-near-window-with-book-kitchen_23-2147922368.jpg" } } + ]} title="Tailored Excellence" description="Dedicated services to make your stay effortless." /> -- 2.49.1