From a7299523f3b5f428365029d4604f0704123a9739 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:21:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 338 +++++------------------------------------------ 1 file changed, 36 insertions(+), 302 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a2f81f..1666e26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,11 @@ export default function LandingPage() { @@ -306,87 +109,24 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Sarah J.", - date: "Jan 2025", - title: "CEO, TechFlow", - quote: "The platform is incredibly intuitive.", - tag: "Trusted", - avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", - }, - { - id: "t2", - name: "Michael C.", - date: "Dec 2024", - title: "Founder, LabInc", - quote: "Streamlined all our import operations.", - tag: "Reliable", - avatarSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg", - }, - { - id: "t3", - name: "Elena R.", - date: "Nov 2024", - title: "Manager, GrowthCo", - quote: "Excellent support and product selection.", - tag: "Premium", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", - }, - { - id: "t4", - name: "David K.", - date: "Oct 2024", - title: "CTO, StartupXYZ", - quote: "Best platform for electronic imports.", - tag: "Efficient", - avatarSrc: "http://img.b2bpic.net/free-photo/young-person-relaxing-while-listening-music_23-2149129069.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/joyous-man-wearing-headphones-watching-tv-show-laptop_482257-118944.jpg", - }, - { - id: "t5", - name: "Maria V.", - date: "Sep 2024", - title: "Owner, RetailHub", - quote: "Unbeatable prices and fast delivery.", - tag: "TopTier", - avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg", - }, + { id: "t1", name: "Sarah J.", date: "Jan 2025", title: "CEO, TechFlow", quote: "The platform is incredibly intuitive.", tag: "Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" }, + { id: "t2", name: "Michael C.", date: "Dec 2024", title: "Founder, LabInc", quote: "Streamlined all our import operations.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg" } ]} - title="What Our Partners Say" - description="Join our growing community of satisfied creators and business owners." + title="What Partners Say" + description="Join our growing community of satisfied business owners." />
@@ -394,18 +134,11 @@ export default function LandingPage() {
@@ -413,9 +146,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1