From 414d1db118f1cdaa30b98691d4e071aeb751efec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:09:17 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 60b6764..33f7c7f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -171,11 +171,11 @@ export default function ServicesPage() { title: "Spa & Wellness", description: "Indulge in traditional Romanian massage techniques, aromatherapy treatments, and wellness programs designed to rejuvenate body and mind.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/part-body-calm-beautiful-close_1301-3275.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/part-body-calm-beautiful-close_1301-3275.jpg", imageAlt: "spa wellness treatment massage therapy", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-11378.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-11378.jpg", imageAlt: "luxury spa relaxation room", }, }, @@ -184,11 +184,11 @@ export default function ServicesPage() { title: "Culinary Experiences", description: "Chef-led tastings, wine pairings, and cooking classes featuring traditional Moldovan cuisine using locally-sourced ingredients and seasonal specialties.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-side-dishes-bread_140725-2652.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-side-dishes-bread_140725-2652.jpg", imageAlt: "traditional Romanian food authentic cuisine", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1820.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1820.jpg", imageAlt: "wine cellar collection tasting room", }, }, @@ -197,11 +197,11 @@ export default function ServicesPage() { title: "Concierge & Travel Services", description: "Our dedicated concierge team arranges personalized itineraries, coordinates transportation, books activities, and provides insider recommendations for authentic local experiences.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/employee-giving-directions-tourist_482257-76674.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/employee-giving-directions-tourist_482257-76674.jpg", imageAlt: "hotel concierge service greeting guest", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-waiting-girlfriend-valentine-s-day_1157-45997.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/man-waiting-girlfriend-valentine-s-day_1157-45997.jpg", imageAlt: "in-room dining service luxury hotel", }, }, @@ -228,8 +228,8 @@ export default function ServicesPage() { description="Have specific service requests or special needs? Our team is ready to create a bespoke experience tailored perfectly to your preferences." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/rustic-lovely-decoration-garden_329181-1581.jpg?_wi=3" - imageAlt: "luxury terrace sunset Romania countryside" + imageSrc="http://img.b2bpic.net/free-photo/rustic-lovely-decoration-garden_329181-1581.jpg" + imageAlt="luxury terrace sunset Romania countryside" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" -- 2.49.1