diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d56a60d..66d1548 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -109,7 +109,7 @@ export default function LandingPage() { ]} tag="Our Impact" tagIcon={Gauge} - imageSrc="http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg?_wi=7" mediaAnimation="blur-reveal" metricsAnimation="slide-up" /> @@ -125,19 +125,19 @@ export default function LandingPage() { id: "1", name: "Aman Sharma", role: "Head Barista", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-joyful-young-caucasian-man-looking-camera-smiling-isolated-orange-background_141793-78027.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-joyful-young-caucasian-man-looking-camera-smiling-isolated-orange-background_141793-78027.jpg?_wi=1", }, { id: "2", name: "Priya Singh", role: "Executive Chef", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg?_wi=1", }, { id: "3", name: "Rahul Kumar", role: "Operations Manager", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-time-together_23-2148395433.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-time-together_23-2148395433.jpg?_wi=1", }, ]} title="Meet the Heart Behind Our Cafe" @@ -157,7 +157,7 @@ export default function LandingPage() { handle: "@anjalifoodie", testimonial: "Absolutely delightful! The best coffee in town and such a cozy spot to unwind. The staff are incredibly friendly too.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg?_wi=2", }, { id: "2", @@ -165,7 +165,7 @@ export default function LandingPage() { handle: "@vikram_eats", testimonial: "CHHAV CAFE is my go-to for breakfast. Their menu is creative, and everything tastes so fresh. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-joyful-young-caucasian-man-looking-camera-smiling-isolated-orange-background_141793-78027.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-joyful-young-caucasian-man-looking-camera-smiling-isolated-orange-background_141793-78027.jpg?_wi=2", }, { id: "3", @@ -181,7 +181,7 @@ export default function LandingPage() { handle: "@karan_reviews", testimonial: "Came here with friends and had a fantastic time! Great food, good music, and a really vibrant atmosphere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-time-together_23-2148395433.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-time-together_23-2148395433.jpg?_wi=2", }, ]} showRating={true} diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a9b071..ccaca14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,27 +81,27 @@ export default function LandingPage() { buttonAnimation="none" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg?_wi=1", imageAlt: "Cozy cafe interior with warm lighting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg?_wi=2", imageAlt: "Cozy cafe interior with warm lighting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg?_wi=3", imageAlt: "Cozy cafe interior with warm lighting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg?_wi=4", imageAlt: "Cozy cafe interior with warm lighting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg?_wi=5", imageAlt: "Cozy cafe interior with warm lighting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg?_wi=6", imageAlt: "Cozy cafe interior with warm lighting", }, ]}