Merge version_1 into main #2
@@ -19,9 +19,7 @@ export default function AboutPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Order Now",
|
||||
href: "https://www.toniniswoodfiredpizzeria.com",
|
||||
};
|
||||
text: "Order Now", href: "https://www.toniniswoodfiredpizzeria.com"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -30,7 +28,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -48,7 +46,7 @@ export default function AboutPage() {
|
||||
<HeroSplit
|
||||
title="Our Story of Authentic Wood-Fired Pizza"
|
||||
description="Founded on the principle that great pizza starts with passion, fresh ingredients, and the perfect oven. Tonini's brings generations of Italian pizza-making tradition to Shelby Township."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
tag="Family Owned"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
@@ -86,28 +84,16 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15",
|
||||
title: "years",
|
||||
description: "Of family-owned pizza excellence",
|
||||
icon: Heart,
|
||||
id: "1", value: "15", title: "years", description: "Of family-owned pizza excellence", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "4.7",
|
||||
title: "stars",
|
||||
description: "Trusted by 340+ happy customers",
|
||||
icon: Star,
|
||||
id: "2", value: "4.7", title: "stars", description: "Trusted by 340+ happy customers", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "authentic",
|
||||
description: "Wood-fired oven for every pizza",
|
||||
icon: Heart,
|
||||
id: "3", value: "100%", title: "authentic", description: "Wood-fired oven for every pizza", icon: Heart,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -19,9 +19,7 @@ export default function CateringPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Order Now",
|
||||
href: "https://www.toniniswoodfiredpizzeria.com",
|
||||
};
|
||||
text: "Order Now", href: "https://www.toniniswoodfiredpizzeria.com"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -30,7 +28,7 @@ export default function CateringPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -48,7 +46,7 @@ export default function CateringPage() {
|
||||
<HeroSplit
|
||||
title="Wood-Fired Pizza Catering for Your Special Event"
|
||||
description="From intimate gatherings to large corporate events, Tonini's brings authentic wood-fired pizza directly to your celebration. Premium ingredients, professional service, and unforgettable flavors."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
tag="Special Events"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
@@ -73,28 +71,16 @@ export default function CateringPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15-",
|
||||
title: "people",
|
||||
description: "Minimum order for small gatherings",
|
||||
icon: Users,
|
||||
id: "1", value: "15-", title: "people", description: "Minimum order for small gatherings", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Custom",
|
||||
title: "menus",
|
||||
description: "Designed to your event needs",
|
||||
icon: Heart,
|
||||
id: "2", value: "Custom", title: "menus", description: "Designed to your event needs", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "fresh",
|
||||
description: "All pizzas made to order day-of",
|
||||
icon: Heart,
|
||||
id: "3", value: "100%", title: "fresh", description: "All pizzas made to order day-of", icon: Heart,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
142
src/app/page.tsx
142
src/app/page.tsx
@@ -23,9 +23,7 @@ export default function HomePage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Order Now",
|
||||
href: "https://www.toniniswoodfiredpizzeria.com",
|
||||
};
|
||||
text: "Order Now", href: "https://www.toniniswoodfiredpizzeria.com"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -34,7 +32,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -52,7 +50,7 @@ export default function HomePage() {
|
||||
<HeroSplit
|
||||
title="Authentic Wood-Fired Pizza in Shelby Township"
|
||||
description="Experience crispy, thin-crust pizza crafted in our authentic wood-fired oven. Family-owned, fresh ingredients, and a warm atmosphere that keeps locals coming back."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
tag="Locally Loved"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
@@ -61,7 +59,7 @@ export default function HomePage() {
|
||||
{ text: "Order Online", href: "https://www.toniniswoodfiredpizzeria.com" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134278.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134278.jpg"
|
||||
imageAlt="Wood-fired authentic pizza from Tonini's"
|
||||
mediaAnimation="opacity"
|
||||
imagePosition="right"
|
||||
@@ -77,23 +75,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "4.7 Star Google Rating",
|
||||
author: "340+ Reviews",
|
||||
description: "Local customers trust our authentic recipes and consistent quality. See what our community says about Tonini's.",
|
||||
tags: ["Highly Rated", "Community Loved"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134278.jpg?_wi=2",
|
||||
imageAlt: "Award-winning pizza quality",
|
||||
},
|
||||
id: "1", title: "4.7 Star Google Rating", author: "340+ Reviews", description: "Local customers trust our authentic recipes and consistent quality. See what our community says about Tonini's.", tags: ["Highly Rated", "Community Loved"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134278.jpg", imageAlt: "Award-winning pizza quality"},
|
||||
{
|
||||
id: "2",
|
||||
title: "\"Crispy Crust, No Grease\"",
|
||||
author: "Real Customer Feedback",
|
||||
description: "Our wood-fired oven perfects every pizza with authentic Italian techniques and premium fresh ingredients.",
|
||||
tags: ["Authentic", "Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg?_wi=1",
|
||||
imageAlt: "Fresh Margherita pizza",
|
||||
},
|
||||
id: "2", title: "\"Crispy Crust, No Grease\"", author: "Real Customer Feedback", description: "Our wood-fired oven perfects every pizza with authentic Italian techniques and premium fresh ingredients.", tags: ["Authentic", "Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg", imageAlt: "Fresh Margherita pizza"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -110,37 +96,13 @@ export default function HomePage() {
|
||||
tagAnimation="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "margherita",
|
||||
name: "Margherita Pizza",
|
||||
price: "$12-16",
|
||||
variant: "Fresh mozzarella, basil, tomato",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg?_wi=2",
|
||||
imageAlt: "Classic Margherita Pizza",
|
||||
},
|
||||
id: "margherita", name: "Margherita Pizza", price: "$12-16", variant: "Fresh mozzarella, basil, tomato", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg", imageAlt: "Classic Margherita Pizza"},
|
||||
{
|
||||
id: "alla-diavola",
|
||||
name: "Alla Diavola Pizza",
|
||||
price: "$14-18",
|
||||
variant: "Spicy pepperoni, hot chili",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-sausages-olives-tomato_140725-3471.jpg?_wi=1",
|
||||
imageAlt: "Alla Diavola Spicy Pizza",
|
||||
},
|
||||
id: "alla-diavola", name: "Alla Diavola Pizza", price: "$14-18", variant: "Spicy pepperoni, hot chili", imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-sausages-olives-tomato_140725-3471.jpg", imageAlt: "Alla Diavola Spicy Pizza"},
|
||||
{
|
||||
id: "cheese-bread",
|
||||
name: "Cheese Bread",
|
||||
price: "$8-10",
|
||||
variant: "Garlic, herbs, melted cheese",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-italian-appetizer-bruschettas-with-tomato-sauce-parmesan-cheese-wooden-table-h_1258-97104.jpg?_wi=1",
|
||||
imageAlt: "Crispy Cheese Bread Appetizer",
|
||||
},
|
||||
id: "cheese-bread", name: "Cheese Bread", price: "$8-10", variant: "Garlic, herbs, melted cheese", imageSrc: "http://img.b2bpic.net/free-photo/closeup-italian-appetizer-bruschettas-with-tomato-sauce-parmesan-cheese-wooden-table-h_1258-97104.jpg", imageAlt: "Crispy Cheese Bread Appetizer"},
|
||||
{
|
||||
id: "tiramisu",
|
||||
name: "Tiramisu",
|
||||
price: "$6-8",
|
||||
variant: "Classic Italian dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-tiramisu-with-cup-tea-candle-serving-napkins_176474-3043.jpg?_wi=1",
|
||||
imageAlt: "Homemade Tiramisu Dessert",
|
||||
},
|
||||
id: "tiramisu", name: "Tiramisu", price: "$6-8", variant: "Classic Italian dessert", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-tiramisu-with-cup-tea-candle-serving-napkins_176474-3043.jpg", imageAlt: "Homemade Tiramisu Dessert"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -160,28 +122,16 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "340",
|
||||
title: "reviews",
|
||||
description: "Customer testimonials rating us 4.7 stars",
|
||||
icon: Star,
|
||||
id: "1", value: "340", title: "reviews", description: "Customer testimonials rating us 4.7 stars", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "15",
|
||||
title: "years",
|
||||
description: "Family-owned tradition of authentic pizza",
|
||||
icon: Heart,
|
||||
id: "2", value: "15", title: "years", description: "Family-owned tradition of authentic pizza", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "wood-fired",
|
||||
description: "Every pizza crafted in our authentic oven",
|
||||
icon: Heart,
|
||||
id: "3", value: "100%", title: "wood-fired", description: "Every pizza crafted in our authentic oven", icon: Heart,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -197,59 +147,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Martinez",
|
||||
role: "Local Family",
|
||||
company: "Shelby Township",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1",
|
||||
imageAlt: "Sarah Martinez",
|
||||
},
|
||||
id: "1", name: "Sarah Martinez", role: "Local Family", company: "Shelby Township", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Sarah Martinez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Thompson",
|
||||
role: "Regular Customer",
|
||||
company: "Sterling Heights",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2",
|
||||
imageAlt: "John Thompson",
|
||||
},
|
||||
id: "2", name: "John Thompson", role: "Regular Customer", company: "Sterling Heights", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "John Thompson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
role: "Pizza Lover",
|
||||
company: "Utica",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3",
|
||||
imageAlt: "Emily Chen",
|
||||
},
|
||||
id: "3", name: "Emily Chen", role: "Pizza Lover", company: "Utica", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Emily Chen"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Rodriguez",
|
||||
role: "Event Organizer",
|
||||
company: "Macomb County",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=4",
|
||||
imageAlt: "Michael Rodriguez",
|
||||
},
|
||||
id: "4", name: "Michael Rodriguez", role: "Event Organizer", company: "Macomb County", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Michael Rodriguez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Anderson",
|
||||
role: "Catering Client",
|
||||
company: "Local Business",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=5",
|
||||
imageAlt: "Lisa Anderson",
|
||||
},
|
||||
id: "5", name: "Lisa Anderson", role: "Catering Client", company: "Local Business", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Lisa Anderson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Park",
|
||||
role: "Takeout Regular",
|
||||
company: "Shelby Township",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=6",
|
||||
imageAlt: "David Park",
|
||||
},
|
||||
id: "6", name: "David Park", role: "Takeout Regular", company: "Shelby Township", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "David Park"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -18,9 +18,7 @@ export default function ReviewsPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Order Now",
|
||||
href: "https://www.toniniswoodfiredpizzeria.com",
|
||||
};
|
||||
text: "Order Now", href: "https://www.toniniswoodfiredpizzeria.com"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -29,7 +27,7 @@ export default function ReviewsPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -52,28 +50,16 @@ export default function ReviewsPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.7",
|
||||
title: "stars",
|
||||
description: "Average rating across all reviews",
|
||||
icon: Star,
|
||||
id: "1", value: "4.7", title: "stars", description: "Average rating across all reviews", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "340+",
|
||||
title: "reviews",
|
||||
description: "From verified customers",
|
||||
icon: Heart,
|
||||
id: "2", value: "340+", title: "reviews", description: "From verified customers", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
title: "positive",
|
||||
description: "Customer satisfaction rate",
|
||||
icon: Star,
|
||||
id: "3", value: "98%", title: "positive", description: "Customer satisfaction rate", icon: Star,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -89,59 +75,23 @@ export default function ReviewsPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Martinez",
|
||||
role: "Local Family",
|
||||
company: "Shelby Township",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=7",
|
||||
imageAlt: "Sarah Martinez",
|
||||
},
|
||||
id: "1", name: "Sarah Martinez", role: "Local Family", company: "Shelby Township", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Sarah Martinez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Thompson",
|
||||
role: "Regular Customer",
|
||||
company: "Sterling Heights",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=8",
|
||||
imageAlt: "John Thompson",
|
||||
},
|
||||
id: "2", name: "John Thompson", role: "Regular Customer", company: "Sterling Heights", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "John Thompson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
role: "Pizza Lover",
|
||||
company: "Utica",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=9",
|
||||
imageAlt: "Emily Chen",
|
||||
},
|
||||
id: "3", name: "Emily Chen", role: "Pizza Lover", company: "Utica", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Emily Chen"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Rodriguez",
|
||||
role: "Event Organizer",
|
||||
company: "Macomb County",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=10",
|
||||
imageAlt: "Michael Rodriguez",
|
||||
},
|
||||
id: "4", name: "Michael Rodriguez", role: "Event Organizer", company: "Macomb County", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Michael Rodriguez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Anderson",
|
||||
role: "Catering Client",
|
||||
company: "Local Business",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=11",
|
||||
imageAlt: "Lisa Anderson",
|
||||
},
|
||||
id: "5", name: "Lisa Anderson", role: "Catering Client", company: "Local Business", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Lisa Anderson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Park",
|
||||
role: "Takeout Regular",
|
||||
company: "Shelby Township",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=12",
|
||||
imageAlt: "David Park",
|
||||
},
|
||||
id: "6", name: "David Park", role: "Takeout Regular", company: "Shelby Township", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "David Park"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user