Update src/app/about/page.tsx
This commit is contained in:
@@ -49,7 +49,7 @@ export default function AboutPage() {
|
||||
{ value: "2018", title: "Year Founded" },
|
||||
{ value: "50+", title: "Recipes Created" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-13529.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-13529.jpg?_wi=2"
|
||||
imageAlt="brewery facility brewing equipment industrial interior"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -68,7 +68,7 @@ export default function AboutPage() {
|
||||
{ value: "15+", title: "Team Members" },
|
||||
{ value: "200+", title: "Hours Brewing Monthly" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-bearded-interracial-friends-drink-craft-beer-talk-brewery-two-hipster-workers-aprons-drink-beer-with-their-friend-brewery-factory-old-friends-gathered-drink-beer-chat_613910-20526.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-bearded-interracial-friends-drink-craft-beer-talk-brewery-two-hipster-workers-aprons-drink-beer-with-their-friend-brewery-factory-old-friends-gathered-drink-beer-chat_613910-20526.jpg?_wi=2"
|
||||
imageAlt="brewery interior bar seating craft beer taps"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -86,13 +86,13 @@ export default function AboutPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Local Food Blogger", company: "Conception Bay South", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "smiling customer happy person customer portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=2", imageAlt: "smiling customer happy person customer portrait"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Restaurant Owner", company: "Harbor Bistro", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "satisfied customer person portrait happy expression"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "satisfied customer person portrait happy expression"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Event Coordinator", company: "Newfoundland Events Co", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "customer smiling person image portrait photo"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=3", imageAlt: "customer smiling person image portrait photo"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "5 Years", label: "Community Excellence" },
|
||||
|
||||
Reference in New Issue
Block a user