diff --git a/src/app/page.tsx b/src/app/page.tsx index cfd8ad3..915fb6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,9 +82,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "1", name: "Signature Glazed", price: "$1.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468155.jpg" }, - { id: "2", name: "Creative Themed", price: "$2.50", variant: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/delicious-glazed-doughnuts-arrangement_23-2150673972.jpg" }, - { id: "3", name: "Apple Fritter", price: "$2.25", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/fruit-berries-lozenge-different-colors-table_7502-8488.jpg" }, + { id: "1", name: "Signature Glazed", price: "$1.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468155.jpg?_wi=1" }, + { id: "2", name: "Creative Themed", price: "$2.50", variant: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/delicious-glazed-doughnuts-arrangement_23-2150673972.jpg?_wi=1" }, + { id: "3", name: "Apple Fritter", price: "$2.25", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/fruit-berries-lozenge-different-colors-table_7502-8488.jpg?_wi=1" }, { id: "4", name: "Hazelnut Iced Coffee", price: "$3.50", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/latte-black-coffee-milk-espresso-cinnamon-milk-foam-side-view_141793-12256.jpg" }, { id: "5", name: "Custom Iced Coffee", price: "$3.75", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-cocktail-with-steam-ice-glass_84443-87126.jpg" }, { id: "6", name: "Classic Iced Coffee", price: "$3.00", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-coffee-cup_23-2149703699.jpg" }, @@ -101,11 +101,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", value: "Drive-Thru", title: "Efficiency", description: "Quick & Efficient", imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468155.jpg"}, + id: "m1", value: "Drive-Thru", title: "Efficiency", description: "Quick & Efficient", imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468155.jpg?_wi=2"}, { - id: "m2", value: "In-Store", title: "Service", description: "Friendly & Patient", imageSrc: "http://img.b2bpic.net/free-photo/delicious-glazed-doughnuts-arrangement_23-2150673972.jpg"}, + id: "m2", value: "In-Store", title: "Service", description: "Friendly & Patient", imageSrc: "http://img.b2bpic.net/free-photo/delicious-glazed-doughnuts-arrangement_23-2150673972.jpg?_wi=2"}, { - id: "m3", value: "Fresh", title: "Quality", description: "Always Ready", imageSrc: "http://img.b2bpic.net/free-photo/fruit-berries-lozenge-different-colors-table_7502-8488.jpg"}, + id: "m3", value: "Fresh", title: "Quality", description: "Always Ready", imageSrc: "http://img.b2bpic.net/free-photo/fruit-berries-lozenge-different-colors-table_7502-8488.jpg?_wi=2"}, ]} title="Fast When You Need It. Personal When You Want It." description="Efficient drive-thru for mornings on the go, or a relaxing space for when you have time to stay."