From afbb3e08db573e0d208babfe1d7f6d81c76d1020 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:54:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03033ad..854fed6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,13 @@ export default function LandingPage() { testimonials={[ { name: "Michael Chen", handle: "Studio Owner", testimonial: "The clarity and precision are unmatched. Transformed our entire mixing workflow.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-using-smartphone-outdoor-hipster-portrait_1296-730.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-using-smartphone-outdoor-hipster-portrait_1296-730.jpg"}, { name: "Sarah Rodriguez", handle: "Recording Engineer", testimonial: "Best investment we've made for our facility. Incredible sound quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-guitar-studio_23-2150232123.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-guitar-studio_23-2150232123.jpg"}, { name: "James Patterson", handle: "Music Producer", testimonial: "Monolith Audio systems deliver uncompromising audio performance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-with-tilting-head-middle-aged-man-wearing-white-t-shirt-with-tie-headphones-isolated-pink-wall_141793-91225.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/pleased-with-tilting-head-middle-aged-man-wearing-white-t-shirt-with-tie-headphones-isolated-pink-wall_141793-91225.jpg"}, ]} buttons={[ { text: "Explore Systems", href: "products" }, @@ -154,11 +154,11 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Marcus Thompson", handle: "@marcusthompson_audio", testimonial: "The Monolith systems have completely redefined what I expect from audio quality. Exceptional craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-using-smartphone-outdoor-hipster-portrait_1296-730.jpg?_wi=2"}, + id: "1", name: "Marcus Thompson", handle: "@marcusthompson_audio", testimonial: "The Monolith systems have completely redefined what I expect from audio quality. Exceptional craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-using-smartphone-outdoor-hipster-portrait_1296-730.jpg"}, { - id: "2", name: "Elena Vasquez", handle: "@elenasounds", testimonial: "Working with Monolith Audio has elevated our studio capabilities significantly. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-guitar-studio_23-2150232123.jpg?_wi=2"}, + id: "2", name: "Elena Vasquez", handle: "@elenasounds", testimonial: "Working with Monolith Audio has elevated our studio capabilities significantly. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-guitar-studio_23-2150232123.jpg"}, { - id: "3", name: "David Park", handle: "@davidpark_pro", testimonial: "The attention to detail and sound quality is unmatched. Monolith is the gold standard.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-with-tilting-head-middle-aged-man-wearing-white-t-shirt-with-tie-headphones-isolated-pink-wall_141793-91225.jpg?_wi=2"}, + id: "3", name: "David Park", handle: "@davidpark_pro", testimonial: "The attention to detail and sound quality is unmatched. Monolith is the gold standard.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-with-tilting-head-middle-aged-man-wearing-white-t-shirt-with-tie-headphones-isolated-pink-wall_141793-91225.jpg"}, { id: "4", name: "Lisa Novak", handle: "@lisanovak_studio", testimonial: "Premium quality at every level. Monolith Audio systems are a game-changer for professionals.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-old-man-wearing-suit_23-2148831118.jpg"}, { @@ -180,6 +180,7 @@ export default function LandingPage() { tag="Global Partners" tagIcon={Globe} tagAnimation="slide-up" + names={["Sony", "Yamaha", "Denon", "Bose", "Klipsch", "JBL", "Harman", "Technics"]} logos={[ "http://img.b2bpic.net/free-photo/earphones-record-player_23-2147781826.jpg", "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-42.jpg", "http://img.b2bpic.net/free-photo/vintage-looking-vinyl-record_469584-2.jpg", "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170101.jpg", "http://img.b2bpic.net/free-photo/side-view-musician-working-studio_23-2150206720.jpg", "http://img.b2bpic.net/free-photo/close-up-sound-mixer_107420-64824.jpg", "http://img.b2bpic.net/free-vector/linear-creative-tech-company-logo-template_742173-17461.jpg", "http://img.b2bpic.net/free-photo/sound-music-mixer-control-panel_1373-221.jpg"]} textboxLayout="default" -- 2.49.1