Update src/app/about/page.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ export default function AboutPage() {
|
||||
role: "Tourist",
|
||||
company: "Samarqand Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-wearing-white-sweater-smiling_181624-8702.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-wearing-white-sweater-smiling_181624-8702.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -56,7 +56,7 @@ export default function AboutPage() {
|
||||
role: "Local Resident",
|
||||
company: "Juma Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -64,7 +64,7 @@ export default function AboutPage() {
|
||||
role: "Event Organizer",
|
||||
company: "Celebration Planner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=2",
|
||||
},
|
||||
];
|
||||
|
||||
@@ -129,7 +129,7 @@ export default function AboutPage() {
|
||||
tagIcon={Crown}
|
||||
tagAnimation="slide-up"
|
||||
accordionItems={accordionItems}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg?_wi=2"
|
||||
imageAlt="Restaurant Ambiance"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -168,7 +168,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concept-table-setting-christmas-holidays-beautiful-stylish-decorated-table-is-waiting-guests-holiday_132075-14171.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concept-table-setting-christmas-holidays-beautiful-stylish-decorated-table-is-waiting-guests-holiday_132075-14171.jpg?_wi=4"
|
||||
imageAlt="Asl Shox Restaurant"
|
||||
logoText="Asl Shox Restaurant"
|
||||
copyrightText="© 2024 Asl Shox Restaurant. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user