Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-06-12 00:52:57 +00:00
5 changed files with 45 additions and 39 deletions

View File

@@ -43,7 +43,7 @@ export default function AboutPage() {
heading={[{ type: "text", content: "Our Journey: Crafting Culinary Excellence" }]}
description="Zad Shawarma began with a simple passion: to bring authentic, high-quality shawarma to our community. From humble beginnings, we've grown, always staying true to our core values of quality, freshness, and unparalleled service. We meticulously select the finest ingredients, from succulent meats to crisp vegetables, ensuring every bite is a delightful experience. Our commitment extends to providing fast, friendly service, making every visit a pleasure. We're more than just a restaurant; we're a destination for unforgettable flavors and cherished moments."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/unfocused-spacious-store_1203-597.jpg"
imageSrc="http://img.b2bpic.net/free-photo/unfocused-spacious-store_1203-597.jpg?_wi=2"
imageAlt="The story of Zad Shawarma"
imagePosition="right"
/>

View File

@@ -44,9 +44,9 @@ export default function BranchesPage() {
description="Visit one of our conveniently located branches and enjoy the authentic taste of Zad Shawarma."
groups={[
{ id: "main-branches", groupTitle: "Main Branches", members: [
{ id: "branch-1", title: "Downtown Hub", subtitle: "123 Main Street, City Center", detail: "Contact: +123 456 7890 | Hours: Mon-Sun 10:00 AM - 11:00 PM | Prices: Standard menu prices apply.", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-holding-ice-cream-amusement-park_23-2147911706.jpg", imageAlt: "Downtown Zad Shawarma Branch" },
{ id: "branch-1", title: "Downtown Hub", subtitle: "123 Main Street, City Center", detail: "Contact: +123 456 7890 | Hours: Mon-Sun 10:00 AM - 11:00 PM | Prices: Standard menu prices apply.", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-holding-ice-cream-amusement-park_23-2147911706.jpg?_wi=1", imageAlt: "Downtown Zad Shawarma Branch" },
{ id: "branch-2", title: "Mall Oasis", subtitle: "Unit G-10, Grand Mall", detail: "Contact: +123 987 6543 | Hours: Mon-Thu 10:00 AM - 10:00 PM, Fri-Sat 10:00 AM - 12:00 AM | Prices: Mall-specific pricing.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-bistro_23-2149366411.jpg", imageAlt: "Mall Zad Shawarma Branch" },
{ id: "branch-3", title: "Urban Eats", subtitle: "456 Oak Avenue, Business District", detail: "Contact: Not provided | Hours: Mon-Fri 11:00 AM - 9:00 PM | Prices: Not provided.", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-holding-ice-cream-amusement-park_23-2147911706.jpg", imageAlt: "Urban Eats Branch" }
{ id: "branch-3", title: "Urban Eats", subtitle: "456 Oak Avenue, Business District", detail: "Contact: Not provided | Hours: Mon-Fri 11:00 AM - 9:00 PM | Prices: Not provided.", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-holding-ice-cream-amusement-park_23-2147911706.jpg?_wi=2", imageAlt: "Urban Eats Branch" }
]}
]}
animationType="slide-up"

View File

@@ -1,26 +1,32 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
const nunito = Nunito({
variable: "--font-nunito", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
title: "Zad Shawarma | Fresh Taste, Unforgettable Flavor", description: "Experience the fresh taste and unforgettable flavor of Zad Shawarma. Authentic chicken and meat shawarmas, delicious meals, and more. Order online or visit our branches.", keywords: "Zad Shawarma, shawarma, restaurant, menu, chicken shawarma, meat shawarma, fast food, Middle Eastern food, take out, delivery, restaurant offers, branches", metadataBase: new URL(process.env.NEXT_PUBLIC_BASE_URL || 'http://localhost:3000'),
openGraph: {
title: "Zad Shawarma | Fresh Taste, Unforgettable Flavor", description: "Experience the fresh taste and unforgettable flavor of Zad Shawarma. Authentic chicken and meat shawarmas, delicious meals, and more. Order online or visit our branches.", url: "/", siteName: "Zad Shawarma", images: [
{
url: "http://img.b2bpic.net/free-photo/beef-doner-wrap-flatbread-served-with-fries-mayonnaise_141793-26.jpg", alt: "Appetizing Shawarma Platter"
}
],
type: "website"
},
twitter: {
card: "summary_large_image", title: "Zad Shawarma | Fresh Taste, Unforgettable Flavor", description: "Experience the fresh taste and unforgettable flavor of Zad Shawarma. Authentic chicken and meat shawarmas, delicious meals, and more. Order online or visit our branches.", images: ["http://img.b2bpic.net/free-photo/beef-doner-wrap-flatbread-served-with-fries-mayonnaise_141793-26.jpg"]
},
robots: {
index: true,
follow: true
}
};
export default function RootLayout({
@@ -32,7 +38,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
className={`${nunito.variable} antialiased`}
>
<Tag />
{children}

View File

@@ -44,15 +44,15 @@ export default function MenuPage() {
description="Explore our delicious range of chicken and meat shawarmas, hearty meals, tempting sides, and refreshing drinks."
products={[
{ id: "m1", brand: "Chicken Shawarma", name: "Classic Chicken Shawarma Plate", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-doner-served-flatbread-with-fries-pickles_140725-8272.jpg", imageAlt: "Classic Chicken Shawarma Plate" },
{ id: "m2", brand: "Chicken Shawarma", name: "Spicy Chicken Shawarma Sandwich", rating: 4.9, reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/sliced-meat-roll-pita-bread-french-fries_140725-7531.jpg", imageAlt: "Spicy Chicken Shawarma Sandwich" },
{ id: "m3", brand: "Meat Shawarma", name: "Traditional Meat Shawarma Plate", rating: 4.8, reviewCount: "280", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beed-wrap-doner-with-cucumber-prinkles-tomato-fries_140725-10543.jpg", imageAlt: "Traditional Meat Shawarma Plate" },
{ id: "m2", brand: "Chicken Shawarma", name: "Spicy Chicken Shawarma Sandwich", rating: 4.9, reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/sliced-meat-roll-pita-bread-french-fries_140725-7531.jpg?_wi=2", imageAlt: "Spicy Chicken Shawarma Sandwich" },
{ id: "m3", brand: "Meat Shawarma", name: "Traditional Meat Shawarma Plate", rating: 4.8, reviewCount: "280", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beed-wrap-doner-with-cucumber-prinkles-tomato-fries_140725-10543.jpg?_wi=2", imageAlt: "Traditional Meat Shawarma Plate" },
{ id: "m4", brand: "Meat Shawarma", name: "Special Meat Shawarma Sandwich", rating: 4.7, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805468.jpg", imageAlt: "Special Meat Shawarma Sandwich" },
{ id: "m5", brand: "Meals", name: "Zad Mixed Grill", rating: 5, reviewCount: "190", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-serbian-food-arrangement_23-2149358051.jpg", imageAlt: "Zad Mixed Grill" },
{ id: "m6", brand: "Meals", name: "Kofta Kebab Platter", rating: 4.6, reviewCount: "140", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-serbian-food-arrangement_23-2149358051.jpg", imageAlt: "Kofta Kebab Platter" },
{ id: "m5", brand: "Meals", name: "Zad Mixed Grill", rating: 5, reviewCount: "190", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-serbian-food-arrangement_23-2149358051.jpg?_wi=2", imageAlt: "Zad Mixed Grill" },
{ id: "m6", brand: "Meals", name: "Kofta Kebab Platter", rating: 4.6, reviewCount: "140", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-serbian-food-arrangement_23-2149358051.jpg?_wi=3", imageAlt: "Kofta Kebab Platter" },
{ id: "m7", brand: "Sides", name: "Golden French Fries", rating: 4.5, reviewCount: "160", imageSrc: "http://img.b2bpic.net/free-photo/crispy-potato-wedges-with-salt-bowl_84443-94435.jpg", imageAlt: "Golden French Fries" },
{ id: "m8", brand: "Sides", name: "Creamy Hummus with Pita", rating: 4.7, reviewCount: "130", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-16350.jpg", imageAlt: "Creamy Hummus with Pita" },
{ id: "m9", brand: "Drinks", name: "Coca-Cola", rating: 4.8, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/colorful-soda-drinks-macro-shot_53876-32237.jpg", imageAlt: "Coca-Cola" },
{ id: "m10", brand: "Drinks", name: "Fresh Orange Juice", rating: 4.9, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/colorful-soda-drinks-macro-shot_53876-32237.jpg", imageAlt: "Fresh Orange Juice" }
{ id: "m8", brand: "Sides", name: "Creamy Hummus with Pita", rating: 4.7, reviewCount: "130", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-16350.jpg?_wi=2", imageAlt: "Creamy Hummus with Pita" },
{ id: "m9", brand: "Drinks", name: "Coca-Cola", rating: 4.8, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/colorful-soda-drinks-macro-shot_53876-32237.jpg?_wi=1", imageAlt: "Coca-Cola" },
{ id: "m10", brand: "Drinks", name: "Fresh Orange Juice", rating: 4.9, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/colorful-soda-drinks-macro-shot_53876-32237.jpg?_wi=2", imageAlt: "Fresh Orange Juice" }
]}
carouselMode="buttons"
gridVariant="uniform-all-items-equal"

View File

@@ -47,11 +47,11 @@ export default function HomePage() {
description="Fresh taste, unforgettable flavor"
background={{ variant: "glowing-orb" }}
testimonials={[
{ name: "Ahmad Khan", handle: "@ahmadfoodie", testimonial: "Zad Shawarma has the most authentic and delicious shawarma I've ever tasted! The meat is perfectly seasoned and so tender. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", imageAlt: "Ahmad Khan" },
{ name: "Sara Al-Mansoori", handle: "@saralovesfood", testimonial: "Absolutely love the chicken shawarma here! The flavors are incredibly fresh, and the service is always quick and friendly. My go-to spot!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-pretty-woman-eating-sushi-summer-terrace-japanese-restaurant_496169-300.jpg", imageAlt: "Sara Al-Mansoori" },
{ name: "Omar Hassan", handle: "@omarmunchies", testimonial: "The best shawarma in town, hands down! The portions are generous, and every bite is a burst of flavor. You won't be disappointed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-35974.jpg", imageAlt: "Omar Hassan" },
{ name: "Leila Abdullah", handle: "@leilafoodcritc", testimonial: "Consistently amazing quality and taste. Zad Shawarma never disappoints. Their meat shawarma is a must-try!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-cute-woman-model-holding-wooden-board-with-fresh-vegetables_114579-36915.jpg", imageAlt: "Leila Abdullah" },
{ name: "Faisal Al-Hamad", handle: "@faisalapproved", testimonial: "Fast, fresh, and unbelievably delicious. Zad Shawarma truly lives up to its slogan. The 'Order Now' process is super easy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006579.jpg", imageAlt: "Faisal Al-Hamad" }
{ name: "Ahmad Khan", handle: "@ahmadfoodie", testimonial: "Zad Shawarma has the most authentic and delicious shawarma I've ever tasted! The meat is perfectly seasoned and so tender. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg?_wi=1", imageAlt: "Ahmad Khan" },
{ name: "Sara Al-Mansoori", handle: "@saralovesfood", testimonial: "Absolutely love the chicken shawarma here! The flavors are incredibly fresh, and the service is always quick and friendly. My go-to spot!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-pretty-woman-eating-sushi-summer-terrace-japanese-restaurant_496169-300.jpg?_wi=1", imageAlt: "Sara Al-Mansoori" },
{ name: "Omar Hassan", handle: "@omarmunchies", testimonial: "The best shawarma in town, hands down! The portions are generous, and every bite is a burst of flavor. You won't be disappointed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-35974.jpg?_wi=1", imageAlt: "Omar Hassan" },
{ name: "Leila Abdullah", handle: "@leilafoodcritc", testimonial: "Consistently amazing quality and taste. Zad Shawarma never disappoints. Their meat shawarma is a must-try!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-cute-woman-model-holding-wooden-board-with-fresh-vegetables_114579-36915.jpg?_wi=1", imageAlt: "Leila Abdullah" },
{ name: "Faisal Al-Hamad", handle: "@faisalapproved", testimonial: "Fast, fresh, and unbelievably delicious. Zad Shawarma truly lives up to its slogan. The 'Order Now' process is super easy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006579.jpg?_wi=1", imageAlt: "Faisal Al-Hamad" }
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -74,7 +74,7 @@ export default function HomePage() {
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Our Story: Quality, Freshness, Fast Service" }]}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/unfocused-spacious-store_1203-597.jpg"
imageSrc="http://img.b2bpic.net/free-photo/unfocused-spacious-store_1203-597.jpg?_wi=1"
imageAlt="Chef preparing shawarma in a clean kitchen"
imagePosition="left"
description="At Zad Shawarma, we believe in crafting culinary experiences that delight. From carefully selected, fresh ingredients to our expertly seasoned meats, every dish is prepared with passion. Our commitment to quality, freshness, and fast service ensures a memorable meal every time. Come taste the difference!"
@@ -86,11 +86,11 @@ export default function HomePage() {
title="Popular Menu Items"
description="Discover our customer favorites, crafted with fresh ingredients and unforgettable flavor."
products={[
{ id: "p1", brand: "Zad Shawarma", name: "Chicken Shawarma Meal", rating: 5, reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/sliced-meat-roll-pita-bread-french-fries_140725-7531.jpg", imageAlt: "Chicken Shawarma Meal" },
{ id: "p2", brand: "Zad Shawarma", name: "Meat Shawarma Plate", rating: 4.8, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beed-wrap-doner-with-cucumber-prinkles-tomato-fries_140725-10543.jpg", imageAlt: "Meat Shawarma Plate" },
{ id: "p3", brand: "Zad Shawarma", name: "Mixed Grill Meal", rating: 4.9, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-serbian-food-arrangement_23-2149358051.jpg", imageAlt: "Mixed Grill Meal" },
{ id: "p1", brand: "Zad Shawarma", name: "Chicken Shawarma Meal", rating: 5, reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/sliced-meat-roll-pita-bread-french-fries_140725-7531.jpg?_wi=1", imageAlt: "Chicken Shawarma Meal" },
{ id: "p2", brand: "Zad Shawarma", name: "Meat Shawarma Plate", rating: 4.8, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beed-wrap-doner-with-cucumber-prinkles-tomato-fries_140725-10543.jpg?_wi=1", imageAlt: "Meat Shawarma Plate" },
{ id: "p3", brand: "Zad Shawarma", name: "Mixed Grill Meal", rating: 4.9, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-serbian-food-arrangement_23-2149358051.jpg?_wi=1", imageAlt: "Mixed Grill Meal" },
{ id: "p4", brand: "Zad Shawarma", name: "Crispy Falafel Side", rating: 4.7, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fried-croquette-with-fresh-salad-lemon_140725-9461.jpg", imageAlt: "Crispy Falafel Side" },
{ id: "p5", brand: "Zad Shawarma", name: "Creamy Hummus Dip", rating: 4.6, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-16350.jpg", imageAlt: "Creamy Hummus Dip" },
{ id: "p5", brand: "Zad Shawarma", name: "Creamy Hummus Dip", rating: 4.6, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-16350.jpg?_wi=1", imageAlt: "Creamy Hummus Dip" },
{ id: "p6", brand: "Zad Shawarma", name: "Coca-Cola", rating: 4.5, reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/grape-soda-mint_1339-4754.jpg", imageAlt: "Coca-Cola" }
]}
carouselMode="buttons"
@@ -106,11 +106,11 @@ export default function HomePage() {
title="What Our Customers Say"
description="Hear from our happy diners about their unforgettable Zad Shawarma experience."
testimonials={[
{ id: "t1", name: "Amina Said", handle: "@aminasfood", testimonial: "The best shawarma I've had in years! Every ingredient tastes fresh and the seasoning is just perfect. A truly premium experience.", imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", imageAlt: "Amina Said" },
{ id: "t2", name: "Khaled Tariq", handle: "@khaledeats", testimonial: "Incredible service and even better food. The meat shawarma is melt-in-your-mouth tender. Zad Shawarma is my new favorite!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-pretty-woman-eating-sushi-summer-terrace-japanese-restaurant_496169-300.jpg", imageAlt: "Khaled Tariq" },
{ id: "t3", name: "Noor Al-Farsi", handle: "@noorfusion", testimonial: "Such an amazing find! The chicken shawarma is packed with flavor and so satisfying. Definitely coming back for more.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-35974.jpg", imageAlt: "Noor Al-Farsi" },
{ id: "t4", name: "Yousef Khan", handle: "@yousefgourmet", testimonial: "From the first bite to the last, pure perfection. The freshness of the ingredients really shines through. A must-try!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-cute-woman-model-holding-wooden-board-with-fresh-vegetables_114579-36915.jpg", imageAlt: "Yousef Khan" },
{ id: "t5", name: "Fatima Zahra", handle: "@fatimafood", testimonial: "Quick, delicious, and consistent quality. Zad Shawarma has mastered the art of shawarma. Highly recommend their platters!", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006579.jpg", imageAlt: "Fatima Zahra" }
{ id: "t1", name: "Amina Said", handle: "@aminasfood", testimonial: "The best shawarma I've had in years! Every ingredient tastes fresh and the seasoning is just perfect. A truly premium experience.", imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg?_wi=2", imageAlt: "Amina Said" },
{ id: "t2", name: "Khaled Tariq", handle: "@khaledeats", testimonial: "Incredible service and even better food. The meat shawarma is melt-in-your-mouth tender. Zad Shawarma is my new favorite!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-pretty-woman-eating-sushi-summer-terrace-japanese-restaurant_496169-300.jpg?_wi=2", imageAlt: "Khaled Tariq" },
{ id: "t3", name: "Noor Al-Farsi", handle: "@noorfusion", testimonial: "Such an amazing find! The chicken shawarma is packed with flavor and so satisfying. Definitely coming back for more.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-35974.jpg?_wi=2", imageAlt: "Noor Al-Farsi" },
{ id: "t4", name: "Yousef Khan", handle: "@yousefgourmet", testimonial: "From the first bite to the last, pure perfection. The freshness of the ingredients really shines through. A must-try!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-cute-woman-model-holding-wooden-board-with-fresh-vegetables_114579-36915.jpg?_wi=2", imageAlt: "Yousef Khan" },
{ id: "t5", name: "Fatima Zahra", handle: "@fatimafood", testimonial: "Quick, delicious, and consistent quality. Zad Shawarma has mastered the art of shawarma. Highly recommend their platters!", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006579.jpg?_wi=2", imageAlt: "Fatima Zahra" }
]}
animationType="slide-up"
textboxLayout="default"