Update src/app/page.tsx

This commit is contained in:
2026-06-07 14:39:59 +00:00
parent 19e30acec5
commit be0ba1dafc

View File

@@ -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>