diff --git a/src/app/page.tsx b/src/app/page.tsx index f5fefc0..91dff63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,59 +44,36 @@ export default function LandingPage() {
@@ -113,44 +82,21 @@ export default function LandingPage() { @@ -215,33 +141,13 @@ export default function LandingPage() { description="See what others are saying about our collections." testimonials={[ { - id: "t1", - name: "Alex R.", - role: "Graphic Designer", - testimonial: "The neon grid poster is incredible. Perfect lighting for my office.", - imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-640220.jpg?_wi=3", - }, + id: "t1", name: "Alex R.", role: "Graphic Designer", testimonial: "The neon grid poster is incredible. Perfect lighting for my office.", imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-640220.jpg"}, { - id: "t2", - name: "Sarah J.", - role: "Collector", - testimonial: "Pixel Nova prints have completely redefined my living room aesthetic.", - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-with-abstract-landscape_23-2151005270.jpg?_wi=3", - }, + id: "t2", name: "Sarah J.", role: "Collector", testimonial: "Pixel Nova prints have completely redefined my living room aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-with-abstract-landscape_23-2151005270.jpg"}, { - id: "t3", - name: "Mike T.", - role: "Architect", - testimonial: "Clean, precise, and sharp. The architectural structure print is a masterpiece.", - imageSrc: "http://img.b2bpic.net/free-photo/cool-background-red-wooden-planks-view_181624-3641.jpg?_wi=2", - }, + id: "t3", name: "Mike T.", role: "Architect", testimonial: "Clean, precise, and sharp. The architectural structure print is a masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/cool-background-red-wooden-planks-view_181624-3641.jpg"}, { - id: "t4", - name: "Elena K.", - role: "Gamer", - testimonial: "I love the anime line art collection. Brings such a cool vibe to my setup.", - imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-space_23-2151134224.jpg?_wi=3", - }, + id: "t4", name: "Elena K.", role: "Gamer", testimonial: "I love the anime line art collection. Brings such a cool vibe to my setup.", imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-space_23-2151134224.jpg"}, ]} /> @@ -250,29 +156,19 @@ export default function LandingPage() {