From 36e9a7f0d80f143fccbe9a72027d57eb456c9a7d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:36:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6810b80..04100bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,6 @@ export default function LandingPage() { imageAlt="Watch Craftsmanship" useInvertedBackground={false} mediaAnimation="slide-up" - metricsAnimation="slide-up" /> @@ -121,22 +120,28 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Chisom Okafor", role: "CEO", company: "Tech Innovation Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Chisom Okafor" + id: "1", name: "Chisom Okafor", role: "CEO", company: "Tech Innovation Ltd", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Chisom Okafor" }, { - id: "2", name: "Amara Johnson", role: "Entrepreneur", company: "Fashion Collective", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-working-city_23-2149322942.jpg", imageAlt: "Amara Johnson" + id: "2", name: "Amara Johnson", role: "Entrepreneur", company: "Fashion Collective", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-working-city_23-2149322942.jpg", imageAlt: "Amara Johnson" }, { - id: "3", name: "Adebayo Adeleke", role: "Investment Manager", company: "Apex Capital", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1641.jpg", imageAlt: "Adebayo Adeleke" + id: "3", name: "Adebayo Adeleke", role: "Investment Manager", company: "Apex Capital", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1641.jpg", imageAlt: "Adebayo Adeleke" }, { - id: "4", name: "Tunde Oluwaseun", role: "Business Executive", company: "Global Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg", imageAlt: "Tunde Oluwaseun" + id: "4", name: "Tunde Oluwaseun", role: "Business Executive", company: "Global Ventures", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg", imageAlt: "Tunde Oluwaseun" }, { - id: "5", name: "Ngozi Emeka", role: "Consultant", company: "Strategic Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg", imageAlt: "Ngozi Emeka" + id: "5", name: "Ngozi Emeka", role: "Consultant", company: "Strategic Solutions", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg", imageAlt: "Ngozi Emeka" }, { - id: "6", name: "Ibrahim Hassan", role: "Director", company: "Premium Lifestyle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740316.jpg", imageAlt: "Ibrahim Hassan" + id: "6", name: "Ibrahim Hassan", role: "Director", company: "Premium Lifestyle", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740316.jpg", imageAlt: "Ibrahim Hassan" } ]} buttonAnimation="slide-up" @@ -152,7 +157,7 @@ export default function LandingPage() { description="Subscribe to our newsletter and be the first to know about our latest luxury collections, exclusive deals, and special events. Join our community of watch enthusiasts across Nigeria." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/businessman-checking-time-hand-watch_53876-20480.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businessman-checking-time-hand-watch_53876-20480.jpg?_wi=1" imageAlt="Luxury Watch Collection" mediaAnimation="slide-up" mediaPosition="right" @@ -164,7 +169,7 @@ export default function LandingPage() {