diff --git a/src/app/page.tsx b/src/app/page.tsx index 4116c42..2cb5609 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,28 +57,28 @@ export default function LandingPage() { tag="Simple & Fast" products={[ { - id: "1", name: "Fix the refrigerator with a spatula", price: "High Priority", variant: "Kitchen Appliance Repair", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Task 1", isFavorited: false + id: "1", name: "Fix the refrigerator with a spatula", price: "High Priority", variant: "Kitchen Appliance Repair", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Task 1", isFavorited: false }, { - id: "2", name: "Learn underwater basket weaving", price: "Low Priority", variant: "Creative Skills", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Task 2", isFavorited: false + id: "2", name: "Learn underwater basket weaving", price: "Low Priority", variant: "Creative Skills", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Task 2", isFavorited: false }, { - id: "3", name: "Teach penguins to salsa dance", price: "Medium Priority", variant: "Entertainment & Education", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Task 3", isFavorited: false + id: "3", name: "Teach penguins to salsa dance", price: "Medium Priority", variant: "Entertainment & Education", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Task 3", isFavorited: false }, { - id: "4", name: "Negotiate with toasters about their rebellion", price: "Critical Priority", variant: "Household Diplomacy", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Task 4", isFavorited: false + id: "4", name: "Negotiate with toasters about their rebellion", price: "Critical Priority", variant: "Household Diplomacy", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Task 4", isFavorited: false }, { - id: "5", name: "Organize a midnight yoga session for cats", price: "Low Priority", variant: "Pet Wellness", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Task 5", isFavorited: false + id: "5", name: "Organize a midnight yoga session for cats", price: "Low Priority", variant: "Pet Wellness", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Task 5", isFavorited: false }, { - id: "6", name: "Develop a sentient smoothie recipe", price: "Medium Priority", variant: "Culinary Experiments", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Task 6", isFavorited: false + id: "6", name: "Develop a sentient smoothie recipe", price: "Medium Priority", variant: "Culinary Experiments", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Task 6", isFavorited: false }, { - id: "7", name: "Convince rubber ducks they're philosophers", price: "Low Priority", variant: "Consciousness Studies", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Task 7", isFavorited: false + id: "7", name: "Convince rubber ducks they're philosophers", price: "Low Priority", variant: "Consciousness Studies", imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "Task 7", isFavorited: false }, { - id: "8", name: "Schedule a meeting with clouds about weather", price: "Medium Priority", variant: "Meteorological Affairs", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Task 8", isFavorited: false + id: "8", name: "Schedule a meeting with clouds about weather", price: "Medium Priority", variant: "Meteorological Affairs", imageSrc: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "Task 8", isFavorited: false } ]} gridVariant="uniform-all-items-equal"