diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f7f548..218ba92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,8 +58,8 @@ export default function LandingPage() { { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Single sharing bedroom" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Double sharing bedroom" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-lighting-candles-kitchen-romantic-dinner-with-husband-elderly-woman-waiting-her-husband-romantic-dinner-mature-wife-preparing-festive-meal-anniversary-celebration_482257-8788.jpg", imageAlt: "Dining area with meals" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg", imageAlt: "Modern attached washroom" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg", imageAlt: "Spacious common area" } + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=1", imageAlt: "Modern attached washroom" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg?_wi=1", imageAlt: "Spacious common area" } ]} autoPlay={true} autoPlayInterval={4000} @@ -105,7 +105,7 @@ export default function LandingPage() { { value: "24/7", title: "Security Guard & CCTV" }, { value: "100%", title: "Verified Safe Environment" } ]} - imageSrc="http://img.b2bpic.net/free-photo/home-security-camera_181624-58835.jpg" + imageSrc="http://img.b2bpic.net/free-photo/home-security-camera_181624-58835.jpg?_wi=1" imageAlt="Security and safety features" useInvertedBackground={true} mediaAnimation="slide-up" @@ -121,10 +121,10 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "CCTV Surveillance", description: "24/7 CCTV coverage in all common areas for your security", imageSrc: "http://img.b2bpic.net/free-photo/home-security-camera_181624-58835.jpg", imageAlt: "CCTV surveillance system", buttonIcon: Eye + title: "CCTV Surveillance", description: "24/7 CCTV coverage in all common areas for your security", imageSrc: "http://img.b2bpic.net/free-photo/home-security-camera_181624-58835.jpg?_wi=2", imageAlt: "CCTV surveillance system", buttonIcon: Eye }, { - title: "Attached Washroom", description: "Modern, clean attached bathrooms in every room", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg", imageAlt: "Modern attached washroom", buttonIcon: Droplet + title: "Attached Washroom", description: "Modern, clean attached bathrooms in every room", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=2", imageAlt: "Modern attached washroom", buttonIcon: Droplet }, { title: "Free WiFi", description: "High-speed WiFi connectivity throughout the building", imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170090.jpg", imageAlt: "WiFi connectivity", buttonIcon: Wifi @@ -136,7 +136,7 @@ export default function LandingPage() { title: "Water Purification", description: "Pure drinking water with advanced water purifier", imageSrc: "http://img.b2bpic.net/free-photo/water-filter-with-blue-cap-blue-background_185193-165389.jpg", imageAlt: "Water purification system", buttonIcon: Waves }, { - title: "Housekeeping", description: "Weekly housekeeping and cleaning services included", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg", imageAlt: "Clean common areas", buttonIcon: Sparkles + title: "Housekeeping", description: "Weekly housekeeping and cleaning services included", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg?_wi=2", imageAlt: "Clean common areas", buttonIcon: Sparkles } ]} />