diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ae6bf3..4d0e1a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,11 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-teriyaki-sauce-with-glass-burgundy_114579-2160.jpg", imageAlt: "Upscale steakhouse dining room"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cuts-fried-meat-ribs-cutting-board_141793-12499.jpg", imageAlt: "Signature prime rib plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cuts-fried-meat-ribs-cutting-board_141793-12499.jpg?_wi=1", imageAlt: "Signature prime rib plating"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wine-cellar-with-old-wine-barrels_23-2149428781.jpg", imageAlt: "Premium whiskey collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/wine-cellar-with-old-wine-barrels_23-2149428781.jpg?_wi=1", imageAlt: "Premium whiskey collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176790.jpg", imageAlt: "Handcrafted cocktail"}, + imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176790.jpg?_wi=1", imageAlt: "Handcrafted cocktail"}, { imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", imageAlt: "Intimate dining ambiance"}, ]} @@ -79,13 +79,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Prime Rib", description: "Hand-cut, bone-in prime rib with herb-infused crust, perfectly aged and seared to your preference", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cuts-fried-meat-ribs-cutting-board_141793-12499.jpg", imageAlt: "Premium prime rib"}, + title: "Prime Rib", description: "Hand-cut, bone-in prime rib with herb-infused crust, perfectly aged and seared to your preference", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cuts-fried-meat-ribs-cutting-board_141793-12499.jpg?_wi=2", imageAlt: "Premium prime rib"}, { id: 2, - title: "Handcrafted Whiskey", description: "Curated selection of bourbon, rye, and single-malt scotch, featuring rare small-batch releases", imageSrc: "http://img.b2bpic.net/free-photo/wine-cellar-with-old-wine-barrels_23-2149428781.jpg", imageAlt: "Whiskey selection"}, + title: "Handcrafted Whiskey", description: "Curated selection of bourbon, rye, and single-malt scotch, featuring rare small-batch releases", imageSrc: "http://img.b2bpic.net/free-photo/wine-cellar-with-old-wine-barrels_23-2149428781.jpg?_wi=2", imageAlt: "Whiskey selection"}, { id: 3, - title: "Craft Cocktails", description: "Expert mixology combining premium spirits, house-made syrups, and artisanal techniques", imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176790.jpg", imageAlt: "Craft cocktail"}, + title: "Craft Cocktails", description: "Expert mixology combining premium spirits, house-made syrups, and artisanal techniques", imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176790.jpg?_wi=2", imageAlt: "Craft cocktail"}, ]} textboxLayout="default" useInvertedBackground={false}