Update src/app/page.tsx

This commit is contained in:
2026-01-25 15:02:07 +00:00
parent 18400dbe25
commit 6d8c993caf

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}