From f4a7781c0b59907f4514d9f694dc0ee2dfd547d9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:45:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5d2241..45f9b70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,9 +78,9 @@ export default function HomePage() { { id: "1", name: "Costa Adeje Penthouse", price: "From €180/night", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-smile-relax-leisure-around-outdoor-swimming-pool-with-city-view_74190-13715.jpg", imageAlt: "Luxury penthouse in Costa Adeje"}, { - id: "2", name: "Los Cristianos Beachfront", price: "From €150/night", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-pretty-stylish-woman-white-light-summer-dress-big-black-massive-boots-luxury-rich-villa_343596-1951.jpg", imageAlt: "Beachfront apartment in Los Cristianos"}, + id: "2", name: "Los Cristianos Beachfront", price: "From €150/night", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-pretty-stylish-woman-white-light-summer-dress-big-black-massive-boots-luxury-rich-villa_343596-1951.jpg?_wi=1", imageAlt: "Beachfront apartment in Los Cristianos"}, { - id: "3", name: "Playa Las Américas Suite", price: "From €165/night", imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-caucasian-woman-summer-dress-pink-trendy-suit_343596-2174.jpg", imageAlt: "Premium suite in Playa Las Américas"}, + id: "3", name: "Playa Las Américas Suite", price: "From €165/night", imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-caucasian-woman-summer-dress-pink-trendy-suit_343596-2174.jpg?_wi=1", imageAlt: "Premium suite in Playa Las Américas"}, ]} /> @@ -129,13 +129,13 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Paradise Found in Costa Adeje", quote: "The penthouse exceeded all expectations. Waking up to ocean views with morning coffee was pure bliss. The attention to detail and hospitality made this our best vacation ever.", name: "Sarah & Michael", role: "Travelers from London", imageSrc: "http://img.b2bpic.net/free-photo/couple-tourists-resting-outdoor-restaurant-travelling-people-eating-healthy-food-together-lunch-holidays_273609-6623.jpg", imageAlt: "Happy guests at Costa Adeje"}, + id: "1", title: "Paradise Found in Costa Adeje", quote: "The penthouse exceeded all expectations. Waking up to ocean views with morning coffee was pure bliss. The attention to detail and hospitality made this our best vacation ever.", name: "Sarah & Michael", role: "Travelers from London", imageSrc: "http://img.b2bpic.net/free-photo/couple-tourists-resting-outdoor-restaurant-travelling-people-eating-healthy-food-together-lunch-holidays_273609-6623.jpg?_wi=1", imageAlt: "Happy guests at Costa Adeje"}, { - id: "2", title: "Beachfront Dreams in Los Cristianos", quote: "Being steps away from the beach was incredible. The apartment was immaculate, well-stocked, and the sunset views from the terrace were absolutely mesmerizing.", name: "Elena & Marco", role: "Travelers from Milan", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-family-with-little-daughter_171337-7157.jpg", imageAlt: "Satisfied guests enjoying beach view"}, + id: "2", title: "Beachfront Dreams in Los Cristianos", quote: "Being steps away from the beach was incredible. The apartment was immaculate, well-stocked, and the sunset views from the terrace were absolutely mesmerizing.", name: "Elena & Marco", role: "Travelers from Milan", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-family-with-little-daughter_171337-7157.jpg?_wi=1", imageAlt: "Satisfied guests enjoying beach view"}, { - id: "3", title: "Family Paradise at Playa Las Américas", quote: "Our family of five had the most amazing time. The suite was spacious, the pool was perfect for the kids, and the staff helped us arrange everything effortlessly.", name: "The Johnson Family", role: "Travelers from New York", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-woman-summer-dress-sunglasses-straw-hat_343596-1717.jpg", imageAlt: "Family enjoying vacation"}, + id: "3", title: "Family Paradise at Playa Las Américas", quote: "Our family of five had the most amazing time. The suite was spacious, the pool was perfect for the kids, and the staff helped us arrange everything effortlessly.", name: "The Johnson Family", role: "Travelers from New York", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-woman-summer-dress-sunglasses-straw-hat_343596-1717.jpg?_wi=1", imageAlt: "Family enjoying vacation"}, { - id: "4", title: "Luxury Retreat Paradise", quote: "Every moment felt special. From the moment we arrived until departure, everything was perfectly orchestrated. We're already planning our return.", name: "Anna & David", role: "Travelers from Berlin", imageSrc: "http://img.b2bpic.net/free-photo/women-taking-selfie-near-wooden-carcass_23-2147771331.jpg", imageAlt: "Happy guests at luxury resort"}, + id: "4", title: "Luxury Retreat Paradise", quote: "Every moment felt special. From the moment we arrived until departure, everything was perfectly orchestrated. We're already planning our return.", name: "Anna & David", role: "Travelers from Berlin", imageSrc: "http://img.b2bpic.net/free-photo/women-taking-selfie-near-wooden-carcass_23-2147771331.jpg?_wi=1", imageAlt: "Happy guests at luxury resort"}, ]} />