diff --git a/src/app/page.tsx b/src/app/page.tsx index a704013..7bf16c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,11 +64,11 @@ export default function LandingPage() { features={[ { id: "graduation", title: "Graduation Parties", author: "Celebrate Success", description: "Make your graduation celebration unforgettable with Nice Bite. Guests of all ages love the nostalgic experience of ordering directly from the truck.", tags: ["Memorable", "Exciting"], - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-woman-pink-yellow-sunglasses-smiling-having-fun-laughing-with-donuts-outdoor_343596-490.jpg", imageAlt: "Graduation party celebration" + imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-woman-pink-yellow-sunglasses-smiling-having-fun-laughing-with-donuts-outdoor_343596-490.jpg?_wi=1", imageAlt: "Graduation party celebration" }, { id: "events", title: "All Summer Events", author: "Community Connection", description: "From birthday parties to neighborhood block parties and school celebrations, Nice Bite is the perfect addition to any summer gathering.", tags: ["Community", "Fun"], - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-woman-pink-yellow-sunglasses-smiling-having-fun-laughing-with-donuts-outdoor_343596-490.jpg", imageAlt: "Summer event celebration" + imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-woman-pink-yellow-sunglasses-smiling-having-fun-laughing-with-donuts-outdoor_343596-490.jpg?_wi=2", imageAlt: "Summer event celebration" } ]} textboxLayout="default" @@ -108,15 +108,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Nice Bite", name: "Classic Ice Cream Bars", price: "Starting at $3", rating: 5, - reviewCount: "Favorite", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg", imageAlt: "Classic ice cream bars" + reviewCount: "Favorite", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg?_wi=1", imageAlt: "Classic ice cream bars" }, { id: "2", brand: "Nice Bite", name: "Frozen Novelties", price: "Starting at $4", rating: 5, - reviewCount: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg", imageAlt: "Frozen novelties" + reviewCount: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg?_wi=2", imageAlt: "Frozen novelties" }, { id: "3", brand: "Nice Bite", name: "Summer Specials", price: "Seasonal", rating: 5, - reviewCount: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg", imageAlt: "Summer special treats" + reviewCount: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg?_wi=3", imageAlt: "Summer special treats" } ]} gridVariant="three-columns-all-equal-width"