Update src/app/page.tsx

This commit is contained in:
2026-03-09 02:32:29 +00:00
parent 7534f6d091
commit e85c6db8ba

View File

@@ -98,7 +98,7 @@ export default function HomePage() {
id: "1",
name: "Costa Adeje Penthouse",
price: "From €180/night",
imageSrc: "http://img.b2bpic.net/free-photo/hammocks-pool-seen-from_1203-358.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hammocks-pool-seen-from_1203-358.jpg?_wi=1",
imageAlt: "Luxury penthouse in Costa Adeje",
onProductClick: () => window.location.href = "/apartments/costa-adeje",
},
@@ -106,14 +106,14 @@ export default function HomePage() {
id: "2",
name: "Los Cristianos Beachfront",
price: "From €150/night",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-two-her-multiracial-male-friends-relaxing-sunbeds-near-swimming-pool_1157-49500.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-two-her-multiracial-male-friends-relaxing-sunbeds-near-swimming-pool_1157-49500.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/white-resort-with-coconut-tree-leaves_23-2148249098.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-resort-with-coconut-tree-leaves_23-2148249098.jpg?_wi=1",
imageAlt: "Premium suite in Playa Las Américas",
},
]}
@@ -181,7 +181,7 @@ export default function HomePage() {
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/group-young-three-stylish-friends-posing-street-fashion-man-two-cute-girls-dressed-casual-summer-clothes-smiling-models-having-fun-sunglasses-cheerful-women-guy-outdoors_158538-16244.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-three-stylish-friends-posing-street-fashion-man-two-cute-girls-dressed-casual-summer-clothes-smiling-models-having-fun-sunglasses-cheerful-women-guy-outdoors_158538-16244.jpg?_wi=1",
imageAlt: "Happy guests at Costa Adeje",
},
{
@@ -190,7 +190,7 @@ export default function HomePage() {
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/full-shot-friends-having-fun-beach_23-2149313156.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-having-fun-beach_23-2149313156.jpg?_wi=1",
imageAlt: "Satisfied guests enjoying beach view",
},
{
@@ -199,7 +199,7 @@ export default function HomePage() {
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/couple-sitting-together-chair-safari-vacation_107420-9674.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-together-chair-safari-vacation_107420-9674.jpg?_wi=1",
imageAlt: "Family enjoying vacation",
},
{
@@ -208,7 +208,7 @@ export default function HomePage() {
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/front-view-couple-taking-selfie_23-2148588771.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-taking-selfie_23-2148588771.jpg?_wi=1",
imageAlt: "Happy guests at luxury resort",
},
]}