diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c48a90..f21323b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,9 +103,9 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Modern Kitchen", description: "Fully equipped with modern appliances for all your cooking needs.", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530823.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-yellow-white-accents_23-2152009031.jpg", buttonText: "See Details"}, + title: "Modern Kitchen", description: "Fully equipped with modern appliances for all your cooking needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CmBgHUjthXzNc3WWFpgh4fgAo0/uploaded-1776982086839-6eef4orp.avif", titleImageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-yellow-white-accents_23-2152009031.jpg", buttonText: "See Details"}, { - title: "Huge Backyard", description: "Large, pet-friendly outdoor area perfect for family gatherings or pets to roam.", imageSrc: "http://img.b2bpic.net/free-photo/man-is-resting-country-house-bearded-man-enjoys-sunset-green-lawn_1321-465.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-border-collie-dog-training-with-owner_23-2149304058.jpg", buttonText: "See Details"}, + title: "Huge Backyard", description: "Large, pet-friendly outdoor area perfect for family gatherings or pets to roam.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CmBgHUjthXzNc3WWFpgh4fgAo0/uploaded-1776982130798-i8s53xdx.avif", titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-border-collie-dog-training-with-owner_23-2149304058.jpg", buttonText: "See Details"}, { title: "High Speed WiFi", description: "Stay connected with reliable, high-speed internet during your stay.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-headphones-laptop_23-2148931314.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/cute-couple-with-tablet-laptop_23-2147769372.jpg", buttonText: "See Details"}, ]}