From dba641e5569aaf9a2e90eb522fae3f2f1697d855 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 02:18:11 +0000 Subject: [PATCH] Update src/app/studio/page.tsx --- src/app/studio/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/studio/page.tsx b/src/app/studio/page.tsx index 616c6c8..1956d84 100644 --- a/src/app/studio/page.tsx +++ b/src/app/studio/page.tsx @@ -50,7 +50,7 @@ export default function StudioPage() { { text: "Book Your Session", href: "/contact" }, ]} buttonAnimation="blur-reveal" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As4ayxFhi7jkJrZgvQUXtUVugh/an-interior-shot-of-a-professional-cyclo-1773368116832-cc916973.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As4ayxFhi7jkJrZgvQUXtUVugh/an-interior-shot-of-a-professional-cyclo-1773368116832-cc916973.png?_wi=3" imageAlt="Professional cyclorama studio with modern equipment" useInvertedBackground={false} /> @@ -69,11 +69,11 @@ export default function StudioPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Cyclorama Wall", price: "Seamless Infinity", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As4ayxFhi7jkJrZgvQUXtUVugh/a-professional-cyclorama-white-infinity--1773368115923-febd9089.png", imageAlt: "Professional white cyclorama infinity wall"}, + id: "1", name: "Cyclorama Wall", price: "Seamless Infinity", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As4ayxFhi7jkJrZgvQUXtUVugh/a-professional-cyclorama-white-infinity--1773368115923-febd9089.png?_wi=2", imageAlt: "Professional white cyclorama infinity wall"}, { - id: "2", name: "Backdrop System", price: "3.55m Professional", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As4ayxFhi7jkJrZgvQUXtUVugh/a-professional-backdrop-system-showing-m-1773368118450-40f15fc1.png", imageAlt: "Professional motorized backdrop system with multiple colors"}, + id: "2", name: "Backdrop System", price: "3.55m Professional", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As4ayxFhi7jkJrZgvQUXtUVugh/a-professional-backdrop-system-showing-m-1773368118450-40f15fc1.png?_wi=2", imageAlt: "Professional motorized backdrop system with multiple colors"}, { - id: "3", name: "Podcast Studio", price: "Broadcast Quality", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As4ayxFhi7jkJrZgvQUXtUVugh/a-professional-podcast-production-setup--1773368116794-634f84fc.png", imageAlt: "Professional podcast production setup with microphones"}, + id: "3", name: "Podcast Studio", price: "Broadcast Quality", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As4ayxFhi7jkJrZgvQUXtUVugh/a-professional-podcast-production-setup--1773368116794-634f84fc.png?_wi=2", imageAlt: "Professional podcast production setup with microphones"}, ]} />