diff --git a/src/app/page.tsx b/src/app/page.tsx index 196074d..bfa7726 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,9 +125,9 @@ export default function LandingPage() { imageAlt="Professional kitchen hygiene standards" mediaAnimation="blur-reveal" metrics={[ - { value: "100%", title: "Fresh Ingredients" }, - { value: "Daily", title: "Kitchen Inspection" }, - { value: "Premium", title: "Quality Standards" } + { value: "100%", title: "Fresh Ingredients", imageSrc: "http://img.b2bpic.net/free-photo/biologist-woman-holding-gmo-pepper-writing-microbiology-medical-expertise_482257-18428.jpg", imageAlt: "Fresh ingredients" }, + { value: "Daily", title: "Kitchen Inspection", imageSrc: "http://img.b2bpic.net/free-photo/biologist-woman-holding-gmo-pepper-writing-microbiology-medical-expertise_482257-18428.jpg", imageAlt: "Kitchen inspection" }, + { value: "Premium", title: "Quality Standards", imageSrc: "http://img.b2bpic.net/free-photo/biologist-woman-holding-gmo-pepper-writing-microbiology-medical-expertise_482257-18428.jpg", imageAlt: "Quality standards" } ]} metricsAnimation="slide-up" useInvertedBackground={false}