diff --git a/src/app/experience/page.tsx b/src/app/experience/page.tsx index 84645d8..6c1e788 100644 --- a/src/app/experience/page.tsx +++ b/src/app/experience/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { quote: "Deeply relaxing.", tag: "Spa", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m8zbvl", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lre5ni", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lre5ni&_wi=3", imageAlt: "happy tourist bee spa therapy", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { quote: "Truly unique.", tag: "Nature", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yl1fw8", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=huxyq3", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=huxyq3&_wi=4", imageAlt: "happy tourist bee spa therapy", }, ]} diff --git a/src/app/impact/page.tsx b/src/app/impact/page.tsx index a4103c3..d23a3a9 100644 --- a/src/app/impact/page.tsx +++ b/src/app/impact/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { button: { text: "Join", }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lre5ni", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lre5ni&_wi=4", imageAlt: "nepal eco tourism honey farm", }, { @@ -113,7 +113,7 @@ export default function LandingPage() { button: { text: "Join", }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=huxyq3", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=huxyq3&_wi=5", imageAlt: "nepal eco tourism honey farm", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index d706ec3..68e87b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { href: "/experience", }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lre5ni" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lre5ni&_wi=1" /> @@ -88,14 +88,14 @@ export default function LandingPage() { title: "Bee Education", subtitle: "Learn about bees", description: "Educational tours that teach the vital role of bees in our ecosystem.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=huxyq3", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=huxyq3&_wi=1", }, { tag: "Wellness", title: "Bee Spa", subtitle: "Deep relaxation", description: "Experience natural vibration therapy and deep relaxation near bee colonies.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gb9vfi", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gb9vfi&_wi=1", }, { tag: "Products", @@ -192,7 +192,7 @@ export default function LandingPage() { category: "Stories", title: "Life of a Beekeeper", excerpt: "What it takes to keep healthy bees.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=huxyq3", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=huxyq3&_wi=2", authorName: "Sunita", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m8zbvl", date: "Jan 2025", @@ -202,7 +202,7 @@ export default function LandingPage() { category: "News", title: "New Spa Techniques", excerpt: "How we improve your relaxation.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gb9vfi", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gb9vfi&_wi=2", authorName: "Raj", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yl1fw8", date: "Feb 2025", diff --git a/src/app/store/page.tsx b/src/app/store/page.tsx index 05f22ca..ed6c562 100644 --- a/src/app/store/page.tsx +++ b/src/app/store/page.tsx @@ -137,7 +137,7 @@ export default function LandingPage() { button: { text: "Select", }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lre5ni", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lre5ni&_wi=2", imageAlt: "nepal eco tourism honey farm", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { button: { text: "Select", }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=huxyq3", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=huxyq3&_wi=3", imageAlt: "nepal eco tourism honey farm", }, ]}