From 0e6eba2103b2acdf7b091fa53d134f34d2b30de7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:45:57 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 5a714cc..db27121 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -72,7 +72,7 @@ export default function App() { { title: "Premium Amenities", description: "Saunas, showers, and lounge.", bentoComponent: "media-stack", items: [ { - imageSrc: "https://images.unsplash.com/photo-1734668488118-d94a330cb831?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyMnx8Y29uZmlkZW50JTIwYXRobGV0ZSUyMGd5bXxlbnwxfDB8fHwxNzc2NDQ3NjUzfDA&ixlib=rb-4.1.0&q=80&w=1080"}, + imageSrc: "https://images.unsplash.com/photo-1734668488118-d94a330cb831?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyMnx8Y29uZmlkZW50JTIwYXRobGV0ZSUyMGd5bXxlbnwxfDB8fHwxNzc2NDQ3NjUzfDA&ixlib=rb-4.1.0&q=80&w=1080&_wi=1"}, { imageSrc: "https://images.unsplash.com/photo-1590487988330-293c880ba581?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxMnx8c3BhJTIwYW5kJTIwc2hvd2VyJTIwZ3ltJTIwYW1lbml0aWVzfGVufDF8MHx8fDE3NzY0NDc2NTh8MA&ixlib=rb-4.1.0&q=80&w=1080"}, { @@ -137,7 +137,7 @@ export default function App() { description="Our members are the heartbeat of our gym. Here is what they have to say about their transformation." testimonials={[ { - name: "Mark R.", role: "Pro Athlete", quote: "The best gym in the city, hands down.", imageSrc: "https://images.unsplash.com/photo-1734668488118-d94a330cb831?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyMnx8Y29uZmlkZW50JTIwYXRobGV0ZSUyMGd5bXxlbnwxfDB8fHwxNzc2NDQ3NjUzfDA&ixlib=rb-4.1.0&q=80&w=1080"}, + name: "Mark R.", role: "Pro Athlete", quote: "The best gym in the city, hands down.", imageSrc: "https://images.unsplash.com/photo-1734668488118-d94a330cb831?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyMnx8Y29uZmlkZW50JTIwYXRobGV0ZSUyMGd5bXxlbnwxfDB8fHwxNzc2NDQ3NjUzfDA&ixlib=rb-4.1.0&q=80&w=1080&_wi=2"}, { name: "Anna S.", role: "Yoga Instructor", quote: "I've never felt stronger or more motivated.", imageSrc: "https://images.unsplash.com/photo-1758274535784-87125dc915cc?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHw3fHxoYXBweSUyMGZpdG5lc3MlMjBjbGllbnR8ZW58MXwwfHx8MTc3NjQ0NzY1M3ww&ixlib=rb-4.1.0&q=80&w=1080"}, { -- 2.49.1