From 8606a61e8f9b1757deaf64973cd98395be80d836 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:04:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e233e2..d3e723b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function DiamondPlazaPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-customers-buying-formal-wear-modern-boutique-shopping-stylish-clothes-from-new-fashion-collection-diverse-people-looking-hangers-full-with-fashionable-merchandise-store_482257-67427.jpg", imageAlt: "Shopping stores at Diamond Plaza" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520069.jpg", imageAlt: "Food court and restaurants" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/empty-cinema-auditorium-with-chairs_651396-2891.jpg", imageAlt: "Cinema hall entertainment" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/kids-learning-about-universe_23-2148925494.jpg", imageAlt: "Family activities and hangout areas" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-customers-buying-formal-wear-modern-boutique-shopping-stylish-clothes-from-new-fashion-collection-diverse-people-looking-hangers-full-with-fashionable-merchandise-store_482257-67427.jpg?_wi=1", imageAlt: "Shopping stores at Diamond Plaza" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520069.jpg?_wi=1", imageAlt: "Food court and restaurants" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/empty-cinema-auditorium-with-chairs_651396-2891.jpg?_wi=1", imageAlt: "Cinema hall entertainment" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/kids-learning-about-universe_23-2148925494.jpg?_wi=1", imageAlt: "Family activities and hangout areas" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-5137.jpg", imageAlt: "Convenient parking facilities" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/couple-lover-activity-happiness-lifestyle_53876-13941.jpg", imageAlt: "Modern mall interior" }, ]} @@ -96,19 +96,19 @@ export default function DiamondPlazaPage() { features={[ { id: "1", title: "Premium Retail Brands", author: "Shop", description: "Discover your favorite fashion, electronics, beauty, and lifestyle brands all in one place. From international labels to local boutiques.", tags: ["Fashion", "Electronics", "Shopping"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-customers-buying-formal-wear-modern-boutique-shopping-stylish-clothes-from-new-fashion-collection-diverse-people-looking-hangers-full-with-fashionable-merchandise-store_482257-67427.jpg", imageAlt: "Premium retail brands" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-customers-buying-formal-wear-modern-boutique-shopping-stylish-clothes-from-new-fashion-collection-diverse-people-looking-hangers-full-with-fashionable-merchandise-store_482257-67427.jpg?_wi=2", imageAlt: "Premium retail brands" }, { id: "2", title: "Multi-Cuisine Food Court", author: "Dine", description: "Enjoy authentic cuisines from around the world. Perfect for quick bites or leisurely family dinners with affordable pricing.", tags: ["Restaurants", "Food", "Dining"], - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520069.jpg", imageAlt: "Food court dining options" + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520069.jpg?_wi=2", imageAlt: "Food court dining options" }, { id: "3", title: "State-of-the-Art Cinema", author: "Watch", description: "Experience the latest blockbuster movies in premium comfort with modern projection and sound systems.", tags: ["Entertainment", "Movies", "Cinema"], - imageSrc: "http://img.b2bpic.net/free-photo/empty-cinema-auditorium-with-chairs_651396-2891.jpg", imageAlt: "Cinema hall entertainment" + imageSrc: "http://img.b2bpic.net/free-photo/empty-cinema-auditorium-with-chairs_651396-2891.jpg?_wi=2", imageAlt: "Cinema hall entertainment" }, { id: "4", title: "Family-Friendly Atmosphere", author: "Relax", description: "Safe, clean, and welcoming spaces perfect for families, kids, and groups of friends. Multiple hangout areas throughout the mall.", tags: ["Family", "Kids", "Entertainment"], - imageSrc: "http://img.b2bpic.net/free-photo/kids-learning-about-universe_23-2148925494.jpg", imageAlt: "Family hangout areas" + imageSrc: "http://img.b2bpic.net/free-photo/kids-learning-about-universe_23-2148925494.jpg?_wi=2", imageAlt: "Family hangout areas" }, ]} animationType="slide-up" -- 2.49.1