diff --git a/src/app/page.tsx b/src/app/page.tsx index c576729..e09ce81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,12 +52,12 @@ export default function LandingPage() { { text: "Get in Touch", href: "#contact" } ]} carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/cutting-cooked-steak-food-photography-recipe-ide_53876-144780.jpg", imageAlt: "Premium beef cuts" }, - { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/raw-lamb-chops-with-spices-herbs-close-up-wooden-background_1417-152.jpg", imageAlt: "Fresh lamb selection" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-fillet-with-garlic-pepper-rosemary-wooden-chopping-board_1150-37784.jpg", imageAlt: "Quality chicken cuts" }, - { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/top-distant-view-becon-slices-chopping-board_140725-99759.jpg", imageAlt: "Specialty pork products" }, - { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-served-with-olives-tomatoes_141793-963.jpg", imageAlt: "Game meats selection" }, - { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/meat-set-table_140725-8629.jpg", imageAlt: "Ready-to-cook prepared meats" } + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/cutting-cooked-steak-food-photography-recipe-ide_53876-144780.jpg?_wi=1", imageAlt: "Premium beef cuts" }, + { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/raw-lamb-chops-with-spices-herbs-close-up-wooden-background_1417-152.jpg?_wi=1", imageAlt: "Fresh lamb selection" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-fillet-with-garlic-pepper-rosemary-wooden-chopping-board_1150-37784.jpg?_wi=1", imageAlt: "Quality chicken cuts" }, + { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/top-distant-view-becon-slices-chopping-board_140725-99759.jpg?_wi=1", imageAlt: "Specialty pork products" }, + { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-served-with-olives-tomatoes_141793-963.jpg?_wi=1", imageAlt: "Game meats selection" }, + { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/meat-set-table_140725-8629.jpg?_wi=1", imageAlt: "Ready-to-cook prepared meats" } ]} autoPlay={true} autoPlayInterval={5000} @@ -89,12 +89,12 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ - { id: "beef", name: "Premium Beef", price: "Market Price", variant: "Steaks, Roasts, Ground", imageSrc: "http://img.b2bpic.net/free-photo/cutting-cooked-steak-food-photography-recipe-ide_53876-144780.jpg", imageAlt: "Premium beef cuts" }, - { id: "lamb", name: "Fresh Lamb", price: "Market Price", variant: "Chops, Leg, Shanks", imageSrc: "http://img.b2bpic.net/free-photo/raw-lamb-chops-with-spices-herbs-close-up-wooden-background_1417-152.jpg", imageAlt: "Fresh lamb selection" }, - { id: "chicken", name: "Quality Poultry", price: "Market Price", variant: "Whole, Breasts, Thighs", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-fillet-with-garlic-pepper-rosemary-wooden-chopping-board_1150-37784.jpg", imageAlt: "Quality chicken cuts" }, - { id: "pork", name: "Specialty Pork", price: "Market Price", variant: "Chops, Bacon, Sausages", imageSrc: "http://img.b2bpic.net/free-photo/top-distant-view-becon-slices-chopping-board_140725-99759.jpg", imageAlt: "Specialty pork products" }, - { id: "game", name: "Game Meats", price: "Market Price", variant: "Venison, Pheasant, Duck", imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-served-with-olives-tomatoes_141793-963.jpg", imageAlt: "Game meats selection" }, - { id: "cooked", name: "Prepared Meats", price: "Market Price", variant: "Ready-to-Cook, Deli", imageSrc: "http://img.b2bpic.net/free-photo/meat-set-table_140725-8629.jpg", imageAlt: "Ready-to-cook prepared meats" } + { id: "beef", name: "Premium Beef", price: "Market Price", variant: "Steaks, Roasts, Ground", imageSrc: "http://img.b2bpic.net/free-photo/cutting-cooked-steak-food-photography-recipe-ide_53876-144780.jpg?_wi=2", imageAlt: "Premium beef cuts" }, + { id: "lamb", name: "Fresh Lamb", price: "Market Price", variant: "Chops, Leg, Shanks", imageSrc: "http://img.b2bpic.net/free-photo/raw-lamb-chops-with-spices-herbs-close-up-wooden-background_1417-152.jpg?_wi=2", imageAlt: "Fresh lamb selection" }, + { id: "chicken", name: "Quality Poultry", price: "Market Price", variant: "Whole, Breasts, Thighs", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-fillet-with-garlic-pepper-rosemary-wooden-chopping-board_1150-37784.jpg?_wi=2", imageAlt: "Quality chicken cuts" }, + { id: "pork", name: "Specialty Pork", price: "Market Price", variant: "Chops, Bacon, Sausages", imageSrc: "http://img.b2bpic.net/free-photo/top-distant-view-becon-slices-chopping-board_140725-99759.jpg?_wi=2", imageAlt: "Specialty pork products" }, + { id: "game", name: "Game Meats", price: "Market Price", variant: "Venison, Pheasant, Duck", imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-served-with-olives-tomatoes_141793-963.jpg?_wi=2", imageAlt: "Game meats selection" }, + { id: "cooked", name: "Prepared Meats", price: "Market Price", variant: "Ready-to-Cook, Deli", imageSrc: "http://img.b2bpic.net/free-photo/meat-set-table_140725-8629.jpg?_wi=2", imageAlt: "Ready-to-cook prepared meats" } ]} />