Merge version_3 into main #2

Merged
development merged 2 commits from version_3 into main 2026-01-25 15:02:12 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1257,4 +1257,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

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>
);
}
}