diff --git a/src/app/page.tsx b/src/app/page.tsx index 28b8fe7..ce73cef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,12 +51,12 @@ export default function LandingPage() { text: "Book Your Event", href: "#contact"}, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg", imageAlt: "Awadh Vatika Venue" }, - { imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg", imageAlt: "Awadh Vatika Venue" }, - { imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg", imageAlt: "Awadh Vatika Venue" }, - { imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg", imageAlt: "Awadh Vatika Venue" }, - { imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg", imageAlt: "Awadh Vatika Venue" }, - { imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg", imageAlt: "Awadh Vatika Venue" }, + { imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg?_wi=1", imageAlt: "Awadh Vatika Venue" }, + { imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg?_wi=2", imageAlt: "Awadh Vatika Venue" }, + { imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg?_wi=3", imageAlt: "Awadh Vatika Venue" }, + { imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg?_wi=4", imageAlt: "Awadh Vatika Venue" }, + { imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg?_wi=5", imageAlt: "Awadh Vatika Venue" }, + { imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg?_wi=6", imageAlt: "Awadh Vatika Venue" }, ]} mediaAnimation="blur-reveal" /> @@ -108,7 +108,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah & John", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-sitting-table_23-2149720807.jpg"}, + id: "1", name: "Sarah & John", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-sitting-table_23-2149720807.jpg?_wi=1"}, { id: "2", name: "The Sharma Family", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598403.jpg"}, { @@ -116,7 +116,7 @@ export default function LandingPage() { { id: "4", name: "Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-enjoying-new-year-party_23-2149173227.jpg"}, { - id: "5", name: "Ankit & Sneha", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-sitting-table_23-2149720807.jpg"}, + id: "5", name: "Ankit & Sneha", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-sitting-table_23-2149720807.jpg?_wi=2"}, ]} cardTitle="Guest Experiences" cardTag="Reviews" @@ -154,7 +154,7 @@ export default function LandingPage() {