Update src/app/about/page.tsx
This commit is contained in:
@@ -76,42 +76,42 @@ export default function AboutPage() {
|
|||||||
id: "1",
|
id: "1",
|
||||||
name: "Sarah Johnson",
|
name: "Sarah Johnson",
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
"http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=3",
|
||||||
imageAlt: "Sarah Johnson",
|
imageAlt: "Sarah Johnson",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
name: "Michael Chen",
|
name: "Michael Chen",
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2",
|
||||||
imageAlt: "Michael Chen",
|
imageAlt: "Michael Chen",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
name: "Emily Rodriguez",
|
name: "Emily Rodriguez",
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg",
|
"http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=2",
|
||||||
imageAlt: "Emily Rodriguez",
|
imageAlt: "Emily Rodriguez",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
name: "David Kim",
|
name: "David Kim",
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg",
|
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2",
|
||||||
imageAlt: "David Kim",
|
imageAlt: "David Kim",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5",
|
||||||
name: "Jessica Martinez",
|
name: "Jessica Martinez",
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
"http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=4",
|
||||||
imageAlt: "Jessica Martinez",
|
imageAlt: "Jessica Martinez",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6",
|
||||||
name: "Robert Thompson",
|
name: "Robert Thompson",
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
|
||||||
imageAlt: "Robert Thompson",
|
imageAlt: "Robert Thompson",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -125,7 +125,7 @@ export default function AboutPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=5"
|
||||||
imageAlt="Elite Auto Detailing showcase"
|
imageAlt="Elite Auto Detailing showcase"
|
||||||
logoText="Elite Auto Detailing & Mobile Services LLC"
|
logoText="Elite Auto Detailing & Mobile Services LLC"
|
||||||
copyrightText="© 2025 Elite Auto Detailing & Mobile Services LLC. All rights reserved."
|
copyrightText="© 2025 Elite Auto Detailing & Mobile Services LLC. All rights reserved."
|
||||||
|
|||||||
Reference in New Issue
Block a user