diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2cfeb1e..423c6ac 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,9 +49,10 @@ 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/black-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-13529.jpg" imageAlt="brewery facility brewing equipment industrial interior" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -67,9 +68,10 @@ 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?_wi=2" + 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" imageAlt="brewery interior bar seating craft beer taps" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={true} /> @@ -83,32 +85,14 @@ export default function AboutPage() { tagIcon={Star} 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?_wi=2", - imageAlt: "smiling customer happy person customer portrait", - }, + 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"}, { - 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?_wi=3", - imageAlt: "satisfied customer person portrait happy expression", - }, + 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"}, { - 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?_wi=3", - imageAlt: "customer smiling person image portrait photo", - }, + 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"}, ]} kpiItems={[ { value: "5 Years", label: "Community Excellence" },