Update src/app/about/page.tsx

This commit is contained in:
2026-03-04 18:12:21 +00:00
parent de87a6c753
commit 21699b976f

View File

@@ -46,7 +46,7 @@ export default function AboutPage() {
tag="Our Story"
tagIcon={Heart}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-flower-shop_23-2149247584.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-flower-shop_23-2149247584.jpg?_wi=2"
imageAlt="Aniona flower studio workspace with expert florists"
useInvertedBackground={false}
buttons={[
@@ -74,7 +74,7 @@ export default function AboutPage() {
role: "Bride",
company: "June Wedding",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4",
imageAlt: "Sophie Martin testimonial"
},
{
@@ -83,7 +83,7 @@ export default function AboutPage() {
role: "Event Planner",
company: "Elegant Events Co",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5",
imageAlt: "Elena Rodriguez testimonial"
},
{
@@ -92,7 +92,7 @@ export default function AboutPage() {
role: "Corporate Manager",
company: "Tech Innovations Ltd",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=6",
imageAlt: "Jessica Liu testimonial"
}
]}