diff --git a/src/app/systems/page.tsx b/src/app/systems/page.tsx index 9b13e1b..9fc7d6a 100644 --- a/src/app/systems/page.tsx +++ b/src/app/systems/page.tsx @@ -11,13 +11,13 @@ export default function SystemsPage() { @@ -41,34 +41,16 @@ export default function SystemsPage() { description="Modular lineup engineered for precision across nearfield, reference, and flagship applications. Open datasheets, detailed specs, and configurator tools for each model." products={[ { - id: "base-one", - brand: "BASE", - name: "BASE One", - price: "$2,495", - rating: 5, - reviewCount: "18 verified setups", - imageSrc: "https://img.b2bpic.net/free-photo/square-music-speaker-control-knobs-closeup-details_169016-51505.jpg", - imageAlt: "BASE One compact nearfield monitor speaker" + id: "base-one", brand: "BASE", name: "BASE One", price: "$2,495", rating: 5, + reviewCount: "18 verified setups", imageSrc: "https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=800&q=80", imageAlt: "BASE One compact nearfield monitor speaker" }, { - id: "base-two", - brand: "BASE", - name: "BASE Two", - price: "$4,295", - rating: 5, - reviewCount: "34 verified setups", - imageSrc: "https://img.b2bpic.net/free-photo/audio-columns-are-system-several-pieces-close-up-audio-systems_78492-3673.jpg", - imageAlt: "BASE Two room reference monitor speaker" + id: "base-two", brand: "BASE", name: "BASE Two", price: "$4,295", rating: 5, + reviewCount: "34 verified setups", imageSrc: "https://images.unsplash.com/photo-1459749411175-04bf5292ceea?w=800&q=80", imageAlt: "BASE Two room reference monitor speaker" }, { - id: "base-studio", - brand: "BASE", - name: "BASE Studio", - price: "$7,495", - rating: 5, - reviewCount: "12 verified setups", - imageSrc: "https://img.b2bpic.net/free-photo/crop-amplifier-black_23-2147781794.jpg", - imageAlt: "BASE Studio flagship monitoring system" + id: "base-studio", brand: "BASE", name: "BASE Studio", price: "$7,495", rating: 5, + reviewCount: "12 verified setups", imageSrc: "https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=800&q=80", imageAlt: "BASE Studio flagship monitoring system" } ]} textboxLayout="default" @@ -80,14 +62,13 @@ export default function SystemsPage() {