Update src/app/about/page.tsx

This commit is contained in:
2026-04-03 18:23:01 +00:00
parent 92431cf4b2
commit a8b83cd3d7

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
features={[
{
id: "p1", title: "Natural Ingredients", description: "Sourced sustainably.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=19"},
items: [
{
icon: Leaf,
@@ -68,7 +68,7 @@ export default function LandingPage() {
title="Meet the Founders"
description="The minds behind the fragrance."
members={[
{ id: "t1", name: "Jane Doe", role: "Head Perfumer", imageSrc: "http://img.b2bpic.net/free-photo/blondie-woman-with-hair-fly-air_633478-1374.jpg" },
{ id: "t1", name: "Jane Doe", role: "Head Perfumer", imageSrc: "http://img.b2bpic.net/free-photo/blondie-woman-with-hair-fly-air_633478-1374.jpg?_wi=2" },
{ id: "t2", name: "John Smith", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/young-arab-man-good-mood-dancing_482257-77889.jpg" },
]}
/>