diff --git a/src/app/page.tsx b/src/app/page.tsx index cdffe59..435a976 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,6 +168,9 @@ export default function LandingPage() { }, { id: "2", value: "100%", title: "Quality Assurance", description: "Every frame passes rigorous quality control", imageSrc: "https://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65196.jpg", imageAlt: "Quality inspection process" + }, + { + id: "3", value: "98%", title: "Satisfaction Rate", description: "Customer approval rating across all collections", imageSrc: "https://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Satisfied customer testimonial" } ]} /> @@ -231,4 +234,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file