From 9a1afb098ce2d0ed3d18ba7e8160703d89897cd8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:42:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cd6429..100c08f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,9 +96,9 @@ export default function LandingPage() { features={[ { title: "Precision Gear", description: "State-of-the-art machines calibrated for maximum efficiency.", bentoComponent: "media-stack", items: [ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-barbell_1301-2293.jpg", imageAlt: "Equipment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/athletic-shaved-head-male-two-slim-fitness-female-exercising-with-body-bike-gym-club_613910-11213.jpg", imageAlt: "Cardio" }, - { imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-with-black-display-gym-equipments-blue-backdrop_23-2148041427.jpg", imageAlt: "Tech" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-barbell_1301-2293.jpg?_wi=1", imageAlt: "Equipment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/athletic-shaved-head-male-two-slim-fitness-female-exercising-with-body-bike-gym-club_613910-11213.jpg?_wi=1", imageAlt: "Cardio" }, + { imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-with-black-display-gym-equipments-blue-backdrop_23-2148041427.jpg?_wi=1", imageAlt: "Tech" }, ], }, { @@ -122,15 +122,15 @@ export default function LandingPage() { { id: "basic", title: "Essential", price: "$49", period: "/mo", features: ["Gym Access", "Locker Room", "Cardio Areas"], button: { text: "Get Started", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-barbell_1301-2293.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-barbell_1301-2293.jpg?_wi=2"}, { id: "pro", title: "Elite Athlete", price: "$89", period: "/mo", features: ["All Access", "3 Coach Sessions", "Advanced Recovery"], button: { text: "Go Pro", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/athletic-shaved-head-male-two-slim-fitness-female-exercising-with-body-bike-gym-club_613910-11213.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/athletic-shaved-head-male-two-slim-fitness-female-exercising-with-body-bike-gym-club_613910-11213.jpg?_wi=2"}, { id: "full", title: "Total Transformation", price: "$149", period: "/mo", features: ["Unlimited Access", "Unlimited Coaching", "Custom Nutrition"], button: { text: "Join Now", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-with-black-display-gym-equipments-blue-backdrop_23-2148041427.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-with-black-display-gym-equipments-blue-backdrop_23-2148041427.jpg?_wi=2"}, ]} title="Flexible Membership Plans" description="Choose a plan that fits your lifestyle. No hidden fees, just pure commitment."