Update src/app/page.tsx
This commit is contained in:
@@ -272,7 +272,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346510.jpg?_wi=2", imageAlt: "Tariq Ali"
|
||||
},
|
||||
{
|
||||
id: "testimonial-6", name: "Dr. Amir Hassan", testimonial: "Waqas Dubai Wala consistently exceeds expectations. Their mobile range is fantastic, and the support team is always ready to assist. It's the only place I trust for my phone needs in Dubai. Highly recommended for their transparency and customer-first approach!", rating: 5,
|
||||
id: "testimonial-6", name: "Dr. Amir Hassan", handle: "@DrAmirHassan", testimonial: "Waqas Dubai Wala consistently exceeds expectations. Their mobile range is fantastic, and the support team is always ready to assist. It's the only place I trust for my phone needs in Dubai. Highly recommended for their transparency and customer-first approach!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "Dr. Amir Hassan"
|
||||
},
|
||||
]}
|
||||
@@ -328,7 +328,6 @@ export default function LandingPage() {
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5n5jtt"
|
||||
logoAlt="Waqas Dubai Wala Mobile logo"
|
||||
logoText="Waqas Dubai Wala Mobile"
|
||||
copyrightText="© 2024 Waqas Dubai Wala Mobile. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
@@ -351,6 +350,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Waqas Dubai Wala Mobile. All rights reserved."
|
||||
onPrivacyClick={() => alert('Privacy Policy details coming soon!')}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user