From 9b7cf5977a56f24d80e6dcea22052f18a2d77d66 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:51:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e09ce81..5b30c62 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?_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" } + { 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" } ]} 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?_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" } + { 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" } ]} /> @@ -129,7 +129,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" members={[ { id: "owner", name: "Shop Owner", role: "Master Butcher & Proprietor", imageSrc: "http://img.b2bpic.net/free-photo/bearded-butcher-dressed-fleece-shirt-serving-fresh-cut-meat-market_613910-16169.jpg", imageAlt: "Shop owner" }, { id: "staff-1", name: "Experienced Staff", role: "Senior Butcher", imageSrc: "http://img.b2bpic.net/free-photo/male-butcher-posing-counter_7502-4755.jpg", imageAlt: "Senior staff member" },