Update src/app/page.tsx

This commit is contained in:
2026-03-17 00:35:18 +00:00
parent 2123f38f69
commit 914dc89e2c

View File

@@ -85,18 +85,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "HACCP Certified Facilities", description: "Our meat processing facilities are certified under Hazard Analysis and Critical Control Points standards, ensuring safety at every stage.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg" }
title: "HACCP Certified Facilities", description: "Our meat processing facilities are certified under Hazard Analysis and Critical Control Points standards, ensuring safety at every stage.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg?_wi=2" }
},
{
id: 2,
title: "Daily Hygiene Audits", description: "Regular third-party inspections and daily sanitation protocols guarantee the highest cleanliness standards throughout our operations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg" }
title: "Daily Hygiene Audits", description: "Regular third-party inspections and daily sanitation protocols guarantee the highest cleanliness standards throughout our operations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg?_wi=4" }
},
{
id: 3,
title: "Temperature-Controlled Storage", description: "State-of-the-art cold chain management keeps all products at optimal temperatures, preserving freshness and nutritional value.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg" }
title: "Temperature-Controlled Storage", description: "State-of-the-art cold chain management keeps all products at optimal temperatures, preserving freshness and nutritional value.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg?_wi=5" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg?_wi=6" }
}
]}
ariaLabel="Quality and cleanliness standards section"
@@ -138,16 +138,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "customers", value: "5,000+", title: "Satisfied Customers", description: "Restaurants and families trust our quality", imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg", imageAlt: "quality assurance process"
id: "customers", value: "5,000+", title: "Satisfied Customers", description: "Restaurants and families trust our quality", imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg?_wi=7", imageAlt: "quality assurance process"
},
{
id: "certifications", value: "15", title: "Certifications", description: "International food safety standards met", imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg", imageAlt: "certification standards display"
id: "certifications", value: "15", title: "Certifications", description: "International food safety standards met", imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg?_wi=8", imageAlt: "certification standards display"
},
{
id: "freshness", value: "24hrs", title: "Freshness Guarantee", description: "From processing to delivery", imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg", imageAlt: "fresh delivery process"
id: "freshness", value: "24hrs", title: "Freshness Guarantee", description: "From processing to delivery", imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg?_wi=9", imageAlt: "fresh delivery process"
},
{
id: "operations", value: "20yrs", title: "Years in Business", description: "Consistent quality since inception", imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg", imageAlt: "business experience display"
id: "operations", value: "20yrs", title: "Years in Business", description: "Consistent quality since inception", imageSrc: "http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983500.jpg?_wi=10", imageAlt: "business experience display"
}
]}
ariaLabel="Key metrics and achievements"