diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a99b11..92bbce1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,31 +145,31 @@ export default function SorrelGardens() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Indoor Plants", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/cute-paper-cut-style-artificial-cacti_23-2148301055.jpg", imageAlt: "Indoor plants collection", initialQuantity: 1 + id: "1", name: "Indoor Plants", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/cute-paper-cut-style-artificial-cacti_23-2148301055.jpg?_wi=1", imageAlt: "Indoor plants collection", initialQuantity: 1 }, { id: "2", name: "Outdoor Plants", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/path-lawn-with-palm-trees_1259-110.jpg", imageAlt: "Outdoor plants collection", initialQuantity: 1 }, { - id: "3", name: "Air Plants & Terrariums", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/cute-paper-cut-style-artificial-cacti_23-2148301055.jpg", imageAlt: "Air plants and terrariums", initialQuantity: 1 + id: "3", name: "Air Plants & Terrariums", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/cute-paper-cut-style-artificial-cacti_23-2148301055.jpg?_wi=2", imageAlt: "Air plants and terrariums", initialQuantity: 1 }, { - id: "4", name: "Ceramic Pots", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/andalucia-spain-whitewashed-village-flower-pot-display_1101-2557.jpg", imageAlt: "Ceramic pots and planters", initialQuantity: 1 + id: "4", name: "Ceramic Pots", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/andalucia-spain-whitewashed-village-flower-pot-display_1101-2557.jpg?_wi=1", imageAlt: "Ceramic pots and planters", initialQuantity: 1 }, { - id: "5", name: "Terracotta Pots", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/andalucia-spain-whitewashed-village-flower-pot-display_1101-2557.jpg", imageAlt: "Terracotta pots", initialQuantity: 1 + id: "5", name: "Terracotta Pots", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/andalucia-spain-whitewashed-village-flower-pot-display_1101-2557.jpg?_wi=2", imageAlt: "Terracotta pots", initialQuantity: 1 }, { - id: "6", name: "Designer Pots", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/andalucia-spain-whitewashed-village-flower-pot-display_1101-2557.jpg", imageAlt: "Designer pots and planters", initialQuantity: 1 + id: "6", name: "Designer Pots", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/andalucia-spain-whitewashed-village-flower-pot-display_1101-2557.jpg?_wi=3", imageAlt: "Designer pots and planters", initialQuantity: 1 }, { - id: "7", name: "Cocopeat & Soil", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-flower-market_23-2148447169.jpg", imageAlt: "Cocopeat and soil products", initialQuantity: 1 + id: "7", name: "Cocopeat & Soil", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-flower-market_23-2148447169.jpg?_wi=1", imageAlt: "Cocopeat and soil products", initialQuantity: 1 }, { - id: "8", name: "Fertilizers", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-flower-market_23-2148447169.jpg", imageAlt: "Fertilizers and manure", initialQuantity: 1 + id: "8", name: "Fertilizers", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-flower-market_23-2148447169.jpg?_wi=2", imageAlt: "Fertilizers and manure", initialQuantity: 1 }, { - id: "9", name: "Garden Supplies", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-flower-market_23-2148447169.jpg", imageAlt: "Garden supplies and tools", initialQuantity: 1 + id: "9", name: "Garden Supplies", price: "View Range", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-flower-market_23-2148447169.jpg?_wi=3", imageAlt: "Garden supplies and tools", initialQuantity: 1 } ]} ariaLabel="Product categories section" @@ -229,7 +229,7 @@ export default function SorrelGardens() {