diff --git a/src/app/page.tsx b/src/app/page.tsx index 6943cf1..4b63fa1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { }, { id: "f2", title: "Smart Doubt Resolution", descriptions: ["Instant, AI-powered explanations for your hardest exam questions.", "Clarify complex concepts within seconds."], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v9e1hw" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v9e1hw&_wi=1" } ]} /> @@ -91,7 +91,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "p1", brand: "CBSE", name: "AI Chemistry Maps", price: "Free", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v9e1hw" }, + { id: "p1", brand: "CBSE", name: "AI Chemistry Maps", price: "Free", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v9e1hw&_wi=2" }, { id: "p2", brand: "JEE", name: "AI Physics Engine", price: "Free", rating: 5, reviewCount: "250", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oj6wln" }, { id: "p3", brand: "NEET", name: "AI Biology Tutor", price: "Free", rating: 5, reviewCount: "310", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=temflj" }, ]}