From 18400dbe2545d329aaedfd48ca588504050a28c6 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 25 Jan 2026 15:02:06 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f77634a..47c3e5a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1257,4 +1257,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From 6d8c993caff4f0585c56567705c7ef0b632ec8b6 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 25 Jan 2026 15:02:07 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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