Update src/app/about/page.tsx

This commit is contained in:
2026-03-14 06:49:34 +00:00
parent 1c33a1325c
commit d2af414492

View File

@@ -92,7 +92,7 @@ export default function AboutPage() {
handle: "@quality",
testimonial: "Ethical sourcing, sustainable practices, and treating every customer like family drives everything we do.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125745.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125745.jpg",
imageAlt: "Urth team values",
},
{
@@ -100,7 +100,7 @@ export default function AboutPage() {
handle: "@halifax",
testimonial: "We support local artists, host community events, and donate 5% of profits to local charities annually.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cropped-unrecognizable-woman-having-coffee-dessert-cafe_1098-20189.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cropped-unrecognizable-woman-having-coffee-dessert-cafe_1098-20189.jpg",
imageAlt: "Community support",
},
]}
@@ -125,14 +125,14 @@ export default function AboutPage() {
id: "team-1",
name: "Alex Rivera",
role: "Founder & Head Barista",
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-watch-express-pay_1170-2342.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-watch-express-pay_1170-2342.jpg",
imageAlt: "Alex Rivera founder",
},
{
id: "team-2",
name: "Maria Santos",
role: "General Manager",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg",
imageAlt: "Maria Santos manager",
},
{
@@ -154,8 +154,8 @@ export default function AboutPage() {
useInvertedBackground={true}
animationType="blur-reveal"
containerClassName="gap-8"
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-base text-slate-600 max-w-2xl"
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
textBoxDescriptionClassName="text-base text-slate-600 max-w-2xl"
gridClassName="grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6"
/>
</div>
@@ -195,8 +195,8 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={false}
containerClassName="gap-8"
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-base text-slate-600 max-w-2xl"
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
textBoxDescriptionClassName="text-base text-slate-600 max-w-2xl"
/>
</div>