diff --git a/src/app/page.tsx b/src/app/page.tsx index 53b0e9f..0d5039a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function HomePage() { name: "General Medical Checkup", price: "$75", imageSrc: - "http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38349.jpg", + "http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38349.jpg?_wi=1", imageAlt: "General medical checkup", }, { @@ -128,7 +128,7 @@ export default function HomePage() { name: "Nutrition Consultation", price: "$60", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg", + "http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg?_wi=1", imageAlt: "Nutrition consultation", }, { @@ -136,7 +136,7 @@ export default function HomePage() { name: "Specialist Consultation", price: "$120", imageSrc: - "http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38349.jpg", + "http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38349.jpg?_wi=2", imageAlt: "Specialist consultation", }, ]} @@ -159,7 +159,7 @@ export default function HomePage() { price: "$49", period: "/month", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg", + "http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg?_wi=2", imageAlt: "Starter nutrition plan", button: { text: "Get Started", href: "/contact" }, features: [ @@ -175,7 +175,7 @@ export default function HomePage() { price: "$99", period: "/month", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg", + "http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg?_wi=3", imageAlt: "Professional nutrition plan", button: { text: "Subscribe Now", href: "/contact" }, features: [ @@ -192,7 +192,7 @@ export default function HomePage() { price: "$199", period: "/month", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg", + "http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg?_wi=4", imageAlt: "Premium nutrition plan", button: { text: "Choose Premium", href: "/contact" }, features: [ @@ -266,7 +266,7 @@ export default function HomePage() { "HealthFlow made booking my appointment so easy! The personalized diet plan actually fits my busy lifestyle. I've never felt better.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Jessica Martinez", }, { @@ -277,7 +277,7 @@ export default function HomePage() { "The nutritionist's guidance was incredibly detailed and practical. I lost 15 lbs in 3 months without feeling deprived. Highly recommend!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", + "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1", imageAlt: "Michael Thompson", }, { @@ -288,7 +288,7 @@ export default function HomePage() { "Finally found a platform that combines medical consultations with nutrition planning. The integrated approach really works for me.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Amanda Green", }, { @@ -299,7 +299,7 @@ export default function HomePage() { "Outstanding service! The team is professional, the booking process is seamless, and the results speak for themselves. Worth every penny.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", + "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2", imageAlt: "David Lee", }, ]}