From 052a758199e8db0e4c44d9ee7d8d6346e1ef8cec Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:14:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 178 ++++++++++++----------------------------------- 1 file changed, 44 insertions(+), 134 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 720ce6e..cf57723 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,42 +46,27 @@ export default function LandingPage() {
@@ -104,17 +79,11 @@ export default function LandingPage() { description="Our team combines strategic foresight with deep technical expertise. We partner with enterprises to modernize their workflows and deliver sustainable results." metrics={[ { - value: "150+", - title: "Projects Delivered", - }, + value: "150+", title: "Projects Delivered"}, { - value: "99.9%", - title: "System Uptime", - }, + value: "99.9%", title: "System Uptime"}, { - value: "50+", - title: "Global Partners", - }, + value: "50+", title: "Global Partners"}, ]} imageSrc="http://img.b2bpic.net/free-photo/business-partners_1098-17974.jpg" imageAlt="Consulting Team" @@ -130,23 +99,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Scalable Infrastructure", - description: "Cloud-native architectures that grow alongside your business, ensuring stability and performance.", - imageSrc: "http://img.b2bpic.net/free-photo/gradient-background-with-colorful-light-effect_53876-108143.jpg?_wi=3", - imageAlt: "Infrastructure", - }, + title: "Scalable Infrastructure", description: "Cloud-native architectures that grow alongside your business, ensuring stability and performance.", imageSrc: "http://img.b2bpic.net/free-photo/gradient-background-with-colorful-light-effect_53876-108143.jpg?_wi=3", imageAlt: "Infrastructure"}, { - title: "Data-Driven Strategy", - description: "Leveraging analytics to identify growth opportunities and optimize operational workflows.", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139370.jpg?_wi=3", - imageAlt: "Analytics", - }, + title: "Data-Driven Strategy", description: "Leveraging analytics to identify growth opportunities and optimize operational workflows.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139370.jpg?_wi=3", imageAlt: "Analytics"}, { - title: "Secure Compliance", - description: "Comprehensive security measures that keep your business operations safe and fully compliant.", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg?_wi=2", - imageAlt: "Security", - }, + title: "Secure Compliance", description: "Comprehensive security measures that keep your business operations safe and fully compliant.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg?_wi=2", imageAlt: "Security"}, ]} title="Why Global Enterprises Choose Us" description="Sophisticated tools and strategic methodologies for complex business needs." @@ -161,45 +118,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Jenkins", - role: "VP Operations", - company: "Global Corp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", - }, + id: "1", name: "Sarah Jenkins", role: "VP Operations", company: "Global Corp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"}, { - id: "2", - name: "Marcus Thorne", - role: "CTO", - company: "Innovate Systems", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-hands-his-jacket-white-shirt-jacket-looking-confident-front-view_176474-99663.jpg", - }, + id: "2", name: "Marcus Thorne", role: "CTO", company: "Innovate Systems", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-hands-his-jacket-white-shirt-jacket-looking-confident-front-view_176474-99663.jpg"}, { - id: "3", - name: "Elena Rodriguez", - role: "Director", - company: "Growth Partners", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensual-blonde-business-woman-dressed-formal-suit-blue-shirt-standing-with-crossed-arms-studio-isolated-dark-background_613910-6353.jpg", - }, + id: "3", name: "Elena Rodriguez", role: "Director", company: "Growth Partners", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensual-blonde-business-woman-dressed-formal-suit-blue-shirt-standing-with-crossed-arms-studio-isolated-dark-background_613910-6353.jpg"}, { - id: "4", - name: "David Chen", - role: "Chief Architect", - company: "Tech Solutions", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", - }, + id: "4", name: "David Chen", role: "Chief Architect", company: "Tech Solutions", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg"}, { - id: "5", - name: "Sophia Lee", - role: "Consultant", - company: "Strategic Dynamics", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", - }, + id: "5", name: "Sophia Lee", role: "Consultant", company: "Strategic Dynamics", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg"}, ]} title="Trusted by Market Leaders" description="Hear how we help our partners transform their business operations." @@ -208,10 +140,9 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1