Update src/app/about/page.tsx
This commit is contained in:
@@ -81,28 +81,28 @@ export default function AboutPage() {
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO & Creative Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson CEO",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO & Lead Developer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-concentrated-women-studying-new-project_74855-4274.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-concentrated-women-studying-new-project_74855-4274.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen CTO",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Lead Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-big-smile_1098-799.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-big-smile_1098-799.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez Designer",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Strategy Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg?_wi=1",
|
||||
imageAlt: "David Kim Strategy Lead",
|
||||
},
|
||||
]}
|
||||
@@ -115,7 +115,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aesthetic-background-with-gradient-sunset-projector-lamp_53876-103679.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aesthetic-background-with-gradient-sunset-projector-lamp_53876-103679.jpg?_wi=1"
|
||||
imageAlt="Footer background pattern"
|
||||
logoText="Webild Studio"
|
||||
copyrightText="© 2025 Webild Studio. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user