diff --git a/src/app/product-detail/page.tsx b/src/app/product-detail/page.tsx
index 8bcfc48..cda8830 100644
--- a/src/app/product-detail/page.tsx
+++ b/src/app/product-detail/page.tsx
@@ -26,37 +26,21 @@ export default function LandingPage() {
@@ -89,50 +68,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "p1-1",
- name: "Liam K.",
- handle: "@audiophile_liam",
- testimonial: "The sound quality is incredible! Best wireless earbuds I've ever owned. Worth every penny.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/confused-macho-guy-black-leather-jacket-looking-awkward-unsure-scratching-head-puzzled-st_1258-113645.jpg",
- imageAlt: "Liam K.",
- },
+ id: "p1-1", name: "Liam K.", handle: "@audiophile_liam", testimonial: "The sound quality is incredible! Best wireless earbuds I've ever owned. Worth every penny.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/confused-macho-guy-black-leather-jacket-looking-awkward-unsure-scratching-head-puzzled-st_1258-113645.jpg", imageAlt: "Liam K."},
{
- id: "p1-2",
- name: "Chloe B.",
- handle: "@music_lover_chloe",
- testimonial: "Perfect for my commutes. The noise cancellation is fantastic, and they're so comfortable. Love them!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/great-beautiful-young-female-shows-thumbs-up-smiling-looking-camera_651396-3868.jpg",
- imageAlt: "Chloe B.",
- },
+ id: "p1-2", name: "Chloe B.", handle: "@music_lover_chloe", testimonial: "Perfect for my commutes. The noise cancellation is fantastic, and they're so comfortable. Love them!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/great-beautiful-young-female-shows-thumbs-up-smiling-looking-camera_651396-3868.jpg", imageAlt: "Chloe B."},
{
- id: "p1-3",
- name: "Ethan P.",
- handle: "@runner_ethan",
- testimonial: "Stay put perfectly during my runs. Great battery life and easy to connect. Highly recommend for active users.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg",
- imageAlt: "Ethan P.",
- },
+ id: "p1-3", name: "Ethan P.", handle: "@runner_ethan", testimonial: "Stay put perfectly during my runs. Great battery life and easy to connect. Highly recommend for active users.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg", imageAlt: "Ethan P."},
{
- id: "p1-4",
- name: "Sophia G.",
- handle: "@sophia_tech",
- testimonial: "Sleek design, amazing audio, and the touch controls are super intuitive. NovaPods Pro exceeded my expectations!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-cute-attractive-joyful-stylish-blond-woman-with-tattoos-arms-winking-smiling-broadly-holding-index-fingers-head-making-horns-standing-summer-outfit-blue-wall_1258-309516.jpg",
- imageAlt: "Sophia G.",
- },
+ id: "p1-4", name: "Sophia G.", handle: "@sophia_tech", testimonial: "Sleek design, amazing audio, and the touch controls are super intuitive. NovaPods Pro exceeded my expectations!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-cute-attractive-joyful-stylish-blond-woman-with-tattoos-arms-winking-smiling-broadly-holding-index-fingers-head-making-horns-standing-summer-outfit-blue-wall_1258-309516.jpg", imageAlt: "Sophia G."},
{
- id: "p1-5",
- name: "Noah D.",
- handle: "@daily_tech",
- testimonial: "I use these all day for work calls and music. Seamless switching, comfortable fit, and excellent microphone. A true daily driver.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/confident-young-handsome-party-guy-wearing-party-hat-looking-front-doing-you-gesture-isolated-olive-green-wall_141793-74270.jpg",
- imageAlt: "Noah D.",
- },
+ id: "p1-5", name: "Noah D.", handle: "@daily_tech", testimonial: "I use these all day for work calls and music. Seamless switching, comfortable fit, and excellent microphone. A true daily driver.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/confident-young-handsome-party-guy-wearing-party-hat-looking-front-doing-you-gesture-isolated-olive-green-wall_141793-74270.jpg", imageAlt: "Noah D."},
]}
showRating={true}
title="Customer Insights on NovaPods Pro"
@@ -144,79 +93,47 @@ export default function LandingPage() {