Merge version_1 into main #2
@@ -18,7 +18,7 @@ export default function DiamondPlazaPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="medium"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -43,7 +43,7 @@ export default function DiamondPlazaPage() {
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Kolkata's Favourite Shopping & Hangout Destination"
|
||||
description="Shop. Eat. Watch. Chill — All Under One Roof. Experience the perfect blend of retail, dining, entertainment, and family fun at Diamond Plaza."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Now Open"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -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?_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: "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: "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,16 +96,20 @@ 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?_wi=2", 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", 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?_wi=2", imageAlt: "Food court dining options"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520069.jpg", 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?_wi=2", imageAlt: "Cinema hall entertainment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-cinema-auditorium-with-chairs_651396-2891.jpg", 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?_wi=2", imageAlt: "Family hangout areas"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-learning-about-universe_23-2148925494.jpg", imageAlt: "Family hangout areas"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -142,17 +146,23 @@ export default function DiamondPlazaPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Perfect Family Day Out", quote: "We spent the entire day at Diamond Plaza! The variety of shops, amazing food court, and comfortable cinema made it a perfect weekend getaway. Highly recommended!", name: "Priya Sharma", role: "Family of 4", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "Priya Sharma"},
|
||||
id: "1", title: "Perfect Family Day Out", quote: "We spent the entire day at Diamond Plaza! The variety of shops, amazing food court, and comfortable cinema made it a perfect weekend getaway. Highly recommended!", name: "Priya Sharma", role: "Family of 4", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Best Shopping Experience", quote: "The mall is so well-organized and clean. I found all the brands I needed in one place. The staff is friendly and the parking is convenient!", name: "Rajesh Kumar", role: "Regular Shopper", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageAlt: "Rajesh Kumar"},
|
||||
id: "2", title: "Best Shopping Experience", quote: "The mall is so well-organized and clean. I found all the brands I needed in one place. The staff is friendly and the parking is convenient!", name: "Rajesh Kumar", role: "Regular Shopper", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageAlt: "Rajesh Kumar"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Great Place to Hang Out", quote: "My friends and I love coming here after college. The food court has so many options and the atmosphere is always lively and fun!", name: "Arjun Patel", role: "College Student", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pleased-young-guy-dressed-maroon-casual-t-shirt-looking-smiling-camera-expresses-happyness-model-posing-isolated-yellow-people-youth-lifestyle-concept_176532-8508.jpg", imageAlt: "Arjun Patel"},
|
||||
id: "3", title: "Great Place to Hang Out", quote: "My friends and I love coming here after college. The food court has so many options and the atmosphere is always lively and fun!", name: "Arjun Patel", role: "College Student", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pleased-young-guy-dressed-maroon-casual-t-shirt-looking-smiling-camera-expresses-happyness-model-posing-isolated-yellow-people-youth-lifestyle-concept_176532-8508.jpg", imageAlt: "Arjun Patel"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Excellent Entertainment Hub", quote: "From shopping to dining to movies, Diamond Plaza has everything. It's become our go-to place for all occasions. Five stars!", name: "Sneha Mishra", role: "Young Professional", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-woman-cream-coat-standing-terrace_181624-56743.jpg", imageAlt: "Sneha Mishra"},
|
||||
id: "4", title: "Excellent Entertainment Hub", quote: "From shopping to dining to movies, Diamond Plaza has everything. It's become our go-to place for all occasions. Five stars!", name: "Sneha Mishra", role: "Young Professional", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-woman-cream-coat-standing-terrace_181624-56743.jpg", imageAlt: "Sneha Mishra"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Safe and Kid-Friendly", quote: "As a parent, I feel safe bringing my kids here. The mall is well-maintained, safe, and has activities for children. We visit almost every weekend!", name: "Deepak & Anita Verma", role: "Parents", imageSrc: "http://img.b2bpic.net/free-photo/group-people-sitting-park-sunlight_181624-16505.jpg", imageAlt: "Deepak and Anita Verma"},
|
||||
id: "5", title: "Safe and Kid-Friendly", quote: "As a parent, I feel safe bringing my kids here. The mall is well-maintained, safe, and has activities for children. We visit almost every weekend!", name: "Deepak & Anita Verma", role: "Parents", imageSrc: "http://img.b2bpic.net/free-photo/group-people-sitting-park-sunlight_181624-16505.jpg", imageAlt: "Deepak and Anita Verma"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Worth the Visit", quote: "Diamond Plaza is a one-stop destination for all your needs. Quality stores, delicious food, and great entertainment. Absolutely worth your time!", name: "Monica Singh", role: "Fashion Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-business-woman-wearing-id-card-smiling-confident-with-crossed-arms_839833-18875.jpg", imageAlt: "Monica Singh"},
|
||||
id: "6", title: "Worth the Visit", quote: "Diamond Plaza is a one-stop destination for all your needs. Quality stores, delicious food, and great entertainment. Absolutely worth your time!", name: "Monica Singh", role: "Fashion Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-business-woman-wearing-id-card-smiling-confident-with-crossed-arms_839833-18875.jpg", imageAlt: "Monica Singh"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -171,7 +181,7 @@ export default function DiamondPlazaPage() {
|
||||
{ text: "📍 Get Directions", href: "https://maps.google.com/?q=Diamond+Plaza+Nagerbazar+Kolkata" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user