Update src/app/about/page.tsx
This commit is contained in:
@@ -31,8 +31,7 @@ export default function AboutPage() {
|
|||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "/contact"
|
||||||
href: "/contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -61,32 +60,16 @@ export default function AboutPage() {
|
|||||||
tagIcon={Users}
|
tagIcon={Users}
|
||||||
team={[
|
team={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Mitchell", role: "Creative Director & Co-Founder", imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg", imageAlt: "Sarah Mitchell, Creative Director"
|
||||||
name: "Sarah Mitchell",
|
|
||||||
role: "Creative Director & Co-Founder",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg",
|
|
||||||
imageAlt: "Sarah Mitchell, Creative Director"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "David Chen", role: "Technical Director & Co-Founder", imageSrc: "https://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg", imageAlt: "David Chen, Technical Director"
|
||||||
name: "David Chen",
|
|
||||||
role: "Technical Director & Co-Founder",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg",
|
|
||||||
imageAlt: "David Chen, Technical Director"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emma Rodriguez", role: "Strategy & Operations Lead", imageSrc: "https://img.b2bpic.net/free-photo/front-view-man-developing-photos_23-2149893918.jpg", imageAlt: "Emma Rodriguez, Strategy Lead"
|
||||||
name: "Emma Rodriguez",
|
|
||||||
role: "Strategy & Operations Lead",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/front-view-man-developing-photos_23-2149893918.jpg",
|
|
||||||
imageAlt: "Emma Rodriguez, Strategy Lead"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "James Turner", role: "Head of Client Experience", imageSrc: "https://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg", imageAlt: "James Turner, Head of Client Experience"
|
||||||
name: "James Turner",
|
|
||||||
role: "Head of Client Experience",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg",
|
|
||||||
imageAlt: "James Turner, Head of Client Experience"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -119,8 +102,7 @@ export default function AboutPage() {
|
|||||||
copyrightText="© 2025 Webild Studio. All rights reserved."
|
copyrightText="© 2025 Webild Studio. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Brand Design", href: "/services" },
|
{ label: "Brand Design", href: "/services" },
|
||||||
{ label: "Web Development", href: "/services" },
|
{ label: "Web Development", href: "/services" },
|
||||||
{ label: "Mobile Apps", href: "/services" },
|
{ label: "Mobile Apps", href: "/services" },
|
||||||
@@ -128,8 +110,7 @@ export default function AboutPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Portfolio", href: "/portfolio" },
|
{ label: "Portfolio", href: "/portfolio" },
|
||||||
@@ -137,8 +118,7 @@ export default function AboutPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||||
{ label: "Twitter", href: "https://twitter.com" },
|
{ label: "Twitter", href: "https://twitter.com" },
|
||||||
|
|||||||
Reference in New Issue
Block a user