Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -79,23 +79,23 @@ export default function BastiLanding() {
|
||||
buttonHref: "#gallery"
|
||||
},
|
||||
{
|
||||
title: "Rooftop & Indoor Seating", description: "Choose your vibe: our enchanting rooftop under the stars or cozy indoor heritage setting. Both offer premium comfort and unforgettable views.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg", imageAlt: "Luxury rooftop dining experience evening", buttonIcon: MapPin,
|
||||
title: "Rooftop & Indoor Seating", description: "Choose your vibe: our enchanting rooftop under the stars or cozy indoor heritage setting. Both offer premium comfort and unforgettable views.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg?_wi=1", imageAlt: "Luxury rooftop dining experience evening", buttonIcon: MapPin,
|
||||
buttonHref: "#gallery"
|
||||
},
|
||||
{
|
||||
title: "Perfect for Families & Groups", description: "Spacious seating for large gatherings, family dinners, celebrations, and corporate events. Designed for comfort and togetherness.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "Family friendly indoor dining space", buttonIcon: Users,
|
||||
title: "Perfect for Families & Groups", description: "Spacious seating for large gatherings, family dinners, celebrations, and corporate events. Designed for comfort and togetherness.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=1", imageAlt: "Family friendly indoor dining space", buttonIcon: Users,
|
||||
buttonHref: "#reserve"
|
||||
},
|
||||
{
|
||||
title: "Multi-Cuisine Variety Under One Roof", description: "From traditional Pakistani favorites (karahi, biryani, BBQ) to Chinese highlights and fresh brunch offerings—something for every palate.", imageSrc: "http://img.b2bpic.net/free-photo/blackboard-mexican-dishes-composition_23-2147740814.jpg", imageAlt: "Diverse cuisine platter selection", buttonIcon: ChefHat,
|
||||
title: "Multi-Cuisine Variety Under One Roof", description: "From traditional Pakistani favorites (karahi, biryani, BBQ) to Chinese highlights and fresh brunch offerings—something for every palate.", imageSrc: "http://img.b2bpic.net/free-photo/blackboard-mexican-dishes-composition_23-2147740814.jpg?_wi=1", imageAlt: "Diverse cuisine platter selection", buttonIcon: ChefHat,
|
||||
buttonHref: "#cuisines"
|
||||
},
|
||||
{
|
||||
title: "Fresh, Flavorful, Unforgettable Food", description: "Every dish is crafted with premium ingredients, authentic recipes, and meticulous attention to quality. Taste the difference in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/close-top-view-azerbaijani-grape-leaves-dolma-served-with-yogurt_141793-2014.jpg", imageAlt: "Signature karahi traditional Pakistani cuisine", buttonIcon: Heart,
|
||||
title: "Fresh, Flavorful, Unforgettable Food", description: "Every dish is crafted with premium ingredients, authentic recipes, and meticulous attention to quality. Taste the difference in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/close-top-view-azerbaijani-grape-leaves-dolma-served-with-yogurt_141793-2014.jpg?_wi=1", imageAlt: "Signature karahi traditional Pakistani cuisine", buttonIcon: Heart,
|
||||
buttonHref: "#menu"
|
||||
},
|
||||
{
|
||||
title: "Warm, Attentive Hospitality", description: "Our team treats every guest like family. Cooperative, helpful, and dedicated to making your experience truly memorable and special.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-near-elderly-people_23-2147947984.jpg", imageAlt: "Professional restaurant service hospitality", buttonIcon: Smile,
|
||||
title: "Warm, Attentive Hospitality", description: "Our team treats every guest like family. Cooperative, helpful, and dedicated to making your experience truly memorable and special.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-near-elderly-people_23-2147947984.jpg?_wi=1", imageAlt: "Professional restaurant service hospitality", buttonIcon: Smile,
|
||||
buttonHref: "#reserve"
|
||||
}
|
||||
]}
|
||||
@@ -111,7 +111,7 @@ export default function BastiLanding() {
|
||||
tag="Featured Categories"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Traditional Karahi & BBQ", price: "₨ 850–1,200", imageSrc: "http://img.b2bpic.net/free-photo/close-top-view-azerbaijani-grape-leaves-dolma-served-with-yogurt_141793-2014.jpg", imageAlt: "Traditional Pakistani karahi beef dish"
|
||||
id: "1", name: "Traditional Karahi & BBQ", price: "₨ 850–1,200", imageSrc: "http://img.b2bpic.net/free-photo/close-top-view-azerbaijani-grape-leaves-dolma-served-with-yogurt_141793-2014.jpg?_wi=2", imageAlt: "Traditional Pakistani karahi beef dish"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Premium Biryani Selection", price: "₨ 650–950", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182551.jpg", imageAlt: "Fragrant Pakistani biryani basmati rice"
|
||||
@@ -120,13 +120,13 @@ export default function BastiLanding() {
|
||||
id: "3", name: "Chinese Specialty Dishes", price: "₨ 600–1,000", imageSrc: "http://img.b2bpic.net/free-photo/sour-cream-with-sauce-herbs_140725-4199.jpg", imageAlt: "Gourmet Chinese fusion cuisine"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Brunch & Hi-Tea", price: "₨ 500–850", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-table_23-2148941589.jpg", imageAlt: "Elegant high tea brunch spread"
|
||||
id: "4", name: "Brunch & Hi-Tea", price: "₨ 500–850", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-table_23-2148941589.jpg?_wi=1", imageAlt: "Elegant high tea brunch spread"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Family Platters", price: "₨ 2,500–4,500", imageSrc: "http://img.b2bpic.net/free-photo/blackboard-mexican-dishes-composition_23-2147740814.jpg", imageAlt: "Luxury family sharing platter multiple dishes"
|
||||
id: "5", name: "Family Platters", price: "₨ 2,500–4,500", imageSrc: "http://img.b2bpic.net/free-photo/blackboard-mexican-dishes-composition_23-2147740814.jpg?_wi=2", imageAlt: "Luxury family sharing platter multiple dishes"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Fresh Beverages & Desserts", price: "₨ 200–400", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-table_23-2148941589.jpg", imageAlt: "Gourmet Pakistani desserts and drinks"
|
||||
id: "6", name: "Fresh Beverages & Desserts", price: "₨ 200–400", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-table_23-2148941589.jpg?_wi=2", imageAlt: "Gourmet Pakistani desserts and drinks"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -143,19 +143,19 @@ export default function BastiLanding() {
|
||||
tag="Photo Gallery"
|
||||
features={[
|
||||
{
|
||||
title: "Rooftop Under the Stars", description: "Elevate your dining experience under open skies with warm amber lighting, gentle breeze, and city views that add magic to every moment.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg", imageAlt: "Night rooftop dining ambiance warm lights", buttonIcon: Camera,
|
||||
title: "Rooftop Under the Stars", description: "Elevate your dining experience under open skies with warm amber lighting, gentle breeze, and city views that add magic to every moment.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg?_wi=2", imageAlt: "Night rooftop dining ambiance warm lights", buttonIcon: Camera,
|
||||
buttonHref: "#reserve"
|
||||
},
|
||||
{
|
||||
title: "Heritage Indoor Setting", description: "Immerse yourself in traditional architecture with rustic charm, arches, and timeless décor that celebrates Pakistani culture and artistry.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "Heritage interior design traditional Pakistani aesthetic", buttonIcon: Camera,
|
||||
title: "Heritage Indoor Setting", description: "Immerse yourself in traditional architecture with rustic charm, arches, and timeless décor that celebrates Pakistani culture and artistry.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=2", imageAlt: "Heritage interior design traditional Pakistani aesthetic", buttonIcon: Camera,
|
||||
buttonHref: "#reserve"
|
||||
},
|
||||
{
|
||||
title: "Photo-Worthy Corners", description: "Instagram moments at every turn. Beautiful archways, warm lighting, and carefully curated décor make Basti the perfect backdrop for memories.", imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-cafe-using-mobile-phones_171337-19757.jpg", imageAlt: "Aesthetic restaurant corner artistic backdrop lighting", buttonIcon: Camera,
|
||||
title: "Photo-Worthy Corners", description: "Instagram moments at every turn. Beautiful archways, warm lighting, and carefully curated décor make Basti the perfect backdrop for memories.", imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-cafe-using-mobile-phones_171337-19757.jpg?_wi=1", imageAlt: "Aesthetic restaurant corner artistic backdrop lighting", buttonIcon: Camera,
|
||||
buttonHref: "#reserve"
|
||||
},
|
||||
{
|
||||
title: "Evening Atmosphere", description: "As sunset approaches, Basti transforms into a magical space with soft golden glows, traditional elements, and an intimate, unforgettable ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236898.jpg", imageAlt: "Restaurant evening night lighting warm glow aesthetic", buttonIcon: Camera,
|
||||
title: "Evening Atmosphere", description: "As sunset approaches, Basti transforms into a magical space with soft golden glows, traditional elements, and an intimate, unforgettable ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236898.jpg?_wi=1", imageAlt: "Restaurant evening night lighting warm glow aesthetic", buttonIcon: Camera,
|
||||
buttonHref: "#reserve"
|
||||
}
|
||||
]}
|
||||
@@ -171,22 +171,22 @@ export default function BastiLanding() {
|
||||
tag="Guest Reviews"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Fatima Khan, Family Celebration Organizer", date: "Date: November 2024", title: "The perfect venue for our family reunion!", quote: "Basti's ambiance was absolutely stunning. The rooftop seating, traditional décor, and spacious layout made our family of 25 feel comfortable and celebrated. The food was authentic, fresh, and delicious. Our relatives from abroad were blown away. This is now our go-to place for all family gatherings.", tag: "Family Dining", avatarSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg", avatarAlt: "Fatima Khan testimonial", imageSrc: "http://img.b2bpic.net/free-photo/blackboard-mexican-dishes-composition_23-2147740814.jpg", imageAlt: "Family enjoying celebration meal together"
|
||||
id: "1", name: "Fatima Khan, Family Celebration Organizer", date: "Date: November 2024", title: "The perfect venue for our family reunion!", quote: "Basti's ambiance was absolutely stunning. The rooftop seating, traditional décor, and spacious layout made our family of 25 feel comfortable and celebrated. The food was authentic, fresh, and delicious. Our relatives from abroad were blown away. This is now our go-to place for all family gatherings.", tag: "Family Dining", avatarSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg", avatarAlt: "Fatima Khan testimonial", imageSrc: "http://img.b2bpic.net/free-photo/blackboard-mexican-dishes-composition_23-2147740814.jpg?_wi=3", imageAlt: "Family enjoying celebration meal together"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ahmed Hassan, Food Enthusiast", date: "Date: October 2024", title: "Authentic Pakistani flavors done right.", quote: "As someone who grew up on traditional Pakistani food, I can tell you Basti gets it right. The karahi is cooked to perfection—tender, flavorful, with exactly the right balance of spices. The fact that they maintain quality consistently across different cuisines is impressive. The rooftop setting adds to the charm, and the service team is incredibly attentive.", tag: "Food Quality", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg", avatarAlt: "Ahmed Hassan testimonial", imageSrc: "http://img.b2bpic.net/free-photo/close-top-view-azerbaijani-grape-leaves-dolma-served-with-yogurt_141793-2014.jpg", imageAlt: "Signature karahi traditional cooking excellence"
|
||||
id: "2", name: "Ahmed Hassan, Food Enthusiast", date: "Date: October 2024", title: "Authentic Pakistani flavors done right.", quote: "As someone who grew up on traditional Pakistani food, I can tell you Basti gets it right. The karahi is cooked to perfection—tender, flavorful, with exactly the right balance of spices. The fact that they maintain quality consistently across different cuisines is impressive. The rooftop setting adds to the charm, and the service team is incredibly attentive.", tag: "Food Quality", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg", avatarAlt: "Ahmed Hassan testimonial", imageSrc: "http://img.b2bpic.net/free-photo/close-top-view-azerbaijani-grape-leaves-dolma-served-with-yogurt_141793-2014.jpg?_wi=3", imageAlt: "Signature karahi traditional cooking excellence"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Saira Malik, Corporate Event Planner", date: "Date: September 2024", title: "Outstanding for corporate gatherings and celebrations.", quote: "We hosted our company retreat at Basti, and it was a huge success. The team was flexible, accommodating, and genuinely helpful. The food was premium quality, the ambiance impressed everyone, and the rooftop option gave us that wow factor. This place is a game-changer for hosting meaningful events in Islamabad.", tag: "Event Hosting", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-woman-showing-double-thumbs-up-shirt-looking-happy_176474-39750.jpg", avatarAlt: "Saira Malik testimonial", imageSrc: "http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg", imageAlt: "Rooftop event venue setup elegant dinner"
|
||||
id: "3", name: "Saira Malik, Corporate Event Planner", date: "Date: September 2024", title: "Outstanding for corporate gatherings and celebrations.", quote: "We hosted our company retreat at Basti, and it was a huge success. The team was flexible, accommodating, and genuinely helpful. The food was premium quality, the ambiance impressed everyone, and the rooftop option gave us that wow factor. This place is a game-changer for hosting meaningful events in Islamabad.", tag: "Event Hosting", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-woman-showing-double-thumbs-up-shirt-looking-happy_176474-39750.jpg", avatarAlt: "Saira Malik testimonial", imageSrc: "http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg?_wi=3", imageAlt: "Rooftop event venue setup elegant dinner"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Alia & Usman, First Anniversary Celebration", date: "Date: August 2024", title: "The most romantic and memorable evening!", quote: "We celebrated our first anniversary at Basti and it was magical. The rooftop ambiance, warm lighting, attentive service, and incredible biryani made it unforgettable. The staff even surprised us with a special dessert. Every detail felt thoughtfully curated. We're already planning our next visit and recommending it to everyone we know.", tag: "Special Occasions", avatarSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg", avatarAlt: "Alia testimonial", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236898.jpg", imageAlt: "Romantic evening rooftop dining under stars"
|
||||
id: "4", name: "Alia & Usman, First Anniversary Celebration", date: "Date: August 2024", title: "The most romantic and memorable evening!", quote: "We celebrated our first anniversary at Basti and it was magical. The rooftop ambiance, warm lighting, attentive service, and incredible biryani made it unforgettable. The staff even surprised us with a special dessert. Every detail felt thoughtfully curated. We're already planning our next visit and recommending it to everyone we know.", tag: "Special Occasions", avatarSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg", avatarAlt: "Alia testimonial", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236898.jpg?_wi=2", imageAlt: "Romantic evening rooftop dining under stars"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Rashid Ali, Regular Customer", date: "Date: July 2024", title: "Our new favorite place—we're here every weekend!", quote: "The variety of cuisines, quality of food, and the vibe of Basti are unmatched in Islamabad. We came once and now we're regulars. The brunch is fantastic, the evening rooftop experience is incredible, and the team always remembers our preferences. It feels like home with premium hospitality. Worth every rupee spent.", tag: "Loyalty", avatarSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16473.jpg", avatarAlt: "Rashid Ali testimonial", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-table_23-2148941589.jpg", imageAlt: "Brunch experience quality cuisine fresh ingredients"
|
||||
id: "5", name: "Rashid Ali, Regular Customer", date: "Date: July 2024", title: "Our new favorite place—we're here every weekend!", quote: "The variety of cuisines, quality of food, and the vibe of Basti are unmatched in Islamabad. We came once and now we're regulars. The brunch is fantastic, the evening rooftop experience is incredible, and the team always remembers our preferences. It feels like home with premium hospitality. Worth every rupee spent.", tag: "Loyalty", avatarSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16473.jpg", avatarAlt: "Rashid Ali testimonial", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-table_23-2148941589.jpg?_wi=3", imageAlt: "Brunch experience quality cuisine fresh ingredients"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Noor & Friends Group", date: "Date: June 2024", title: "Instagram gold and unbeatable food!", quote: "Our friend group has visited Basti three times now. Every corner is photo-worthy, the food is consistently excellent, and the staff makes us feel valued. From the architectural details to the lighting to the plating of dishes—everything is premium and thoughtfully done. Basti isn't just a restaurant; it's an experience we treasure and recommend to everyone.", tag: "Social Gathering", avatarSrc: "http://img.b2bpic.net/free-photo/excited-funny-asian-manager-colleagues_1262-5011.jpg", avatarAlt: "Noor testimonial", imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-cafe-using-mobile-phones_171337-19757.jpg", imageAlt: "Instagram worthy restaurant aesthetic corner design"
|
||||
id: "6", name: "Noor & Friends Group", date: "Date: June 2024", title: "Instagram gold and unbeatable food!", quote: "Our friend group has visited Basti three times now. Every corner is photo-worthy, the food is consistently excellent, and the staff makes us feel valued. From the architectural details to the lighting to the plating of dishes—everything is premium and thoughtfully done. Basti isn't just a restaurant; it's an experience we treasure and recommend to everyone.", tag: "Social Gathering", avatarSrc: "http://img.b2bpic.net/free-photo/excited-funny-asian-manager-colleagues_1262-5011.jpg", avatarAlt: "Noor testimonial", imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-cafe-using-mobile-phones_171337-19757.jpg?_wi=2", imageAlt: "Instagram worthy restaurant aesthetic corner design"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -209,11 +209,11 @@ export default function BastiLanding() {
|
||||
buttonHref: "#reserve"
|
||||
},
|
||||
{
|
||||
title: "Attentive & Trained Service Team", description: "Our staff is trained to anticipate your needs, respond promptly, and deliver hospitality that feels genuine. Your comfort and satisfaction are our priority.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-near-elderly-people_23-2147947984.jpg", imageAlt: "Professional restaurant service hospitality excellence", buttonIcon: Users,
|
||||
title: "Attentive & Trained Service Team", description: "Our staff is trained to anticipate your needs, respond promptly, and deliver hospitality that feels genuine. Your comfort and satisfaction are our priority.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-near-elderly-people_23-2147947984.jpg?_wi=2", imageAlt: "Professional restaurant service hospitality excellence", buttonIcon: Users,
|
||||
buttonHref: "#reserve"
|
||||
},
|
||||
{
|
||||
title: "Consistent Quality & Consistency", description: "Whether you visit on a Monday or Saturday, you can expect the same high-quality food, service, and ambiance. That's our promise to you.", imageSrc: "http://img.b2bpic.net/free-photo/close-top-view-azerbaijani-grape-leaves-dolma-served-with-yogurt_141793-2014.jpg", imageAlt: "Consistent quality signature dishes preparation", buttonIcon: Award,
|
||||
title: "Consistent Quality & Consistency", description: "Whether you visit on a Monday or Saturday, you can expect the same high-quality food, service, and ambiance. That's our promise to you.", imageSrc: "http://img.b2bpic.net/free-photo/close-top-view-azerbaijani-grape-leaves-dolma-served-with-yogurt_141793-2014.jpg?_wi=4", imageAlt: "Consistent quality signature dishes preparation", buttonIcon: Award,
|
||||
buttonHref: "#reserve"
|
||||
}
|
||||
]}
|
||||
@@ -235,7 +235,7 @@ export default function BastiLanding() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Special requests? (e.g., celebration, dietary preferences, seating preference—rooftop or indoor)", rows: 4, required: false }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg?_wi=4"
|
||||
imageAlt="Rooftop dining experience ambiance evening"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user