From e4091980d4579b263de81af65d2958fbd89657ba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:56:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 212 +++++++++++++---------------------------------- 1 file changed, 56 insertions(+), 156 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f07de39..565bf27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,23 +17,24 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -153,28 +110,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Strategic Consulting", - description: "Expert advice to help you scale and improve operational efficiency.", - bentoComponent: "reveal-icon", - icon: Lightbulb, - imageSrc: "http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg?_wi=2", - imageAlt: "professional business meeting workspace", + title: "Strategic Consulting", description: "Expert advice to help you scale and improve operational efficiency.", bentoComponent: "reveal-icon", icon: Lightbulb, }, { - title: "IT Infrastructure", - description: "Robust and secure technology solutions built to withstand the demands of modern business.", - bentoComponent: "reveal-icon", - icon: ShieldCheck, - imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-inclusive-office-job_23-2149571037.jpg", - imageAlt: "professional team working together", + title: "IT Infrastructure", description: "Robust and secure technology solutions built to withstand the demands of modern business.", bentoComponent: "reveal-icon", icon: ShieldCheck, }, { - title: "Client Support", - description: "Dedicated assistance to ensure your business operations remain uninterrupted.", - bentoComponent: "reveal-icon", - icon: Headphones, - imageSrc: "http://img.b2bpic.net/free-photo/industrial-designers-working-office-with-computers_23-2149307806.jpg", - imageAlt: "digital business growth strategy", + title: "Client Support", description: "Dedicated assistance to ensure your business operations remain uninterrupted.", bentoComponent: "reveal-icon", icon: Headphones, }, ]} title="Our Core Services" @@ -189,59 +131,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Jenkins", - role: "CEO", - company: "Tech Solutions", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4144.jpg?_wi=2", - }, + id: "1", name: "Sarah Jenkins", role: "CEO", company: "Tech Solutions", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4144.jpg"}, { - id: "2", - name: "Mark Roberts", - role: "CTO", - company: "Global Trade", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-sitting-office-suit-waiting-client-preparing-documentation_1258-194491.jpg?_wi=2", - }, + id: "2", name: "Mark Roberts", role: "CTO", company: "Global Trade", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-sitting-office-suit-waiting-client-preparing-documentation_1258-194491.jpg"}, { - id: "3", - name: "Elena Torres", - role: "Founder", - company: "Creative Hub", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg?_wi=2", - }, + id: "3", name: "Elena Torres", role: "Founder", company: "Creative Hub", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg"}, { - id: "4", - name: "David Wu", - role: "Manager", - company: "Logistics Corp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg?_wi=2", - }, + id: "4", name: "David Wu", role: "Manager", company: "Logistics Corp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg"}, { - id: "5", - name: "Priya Singh", - role: "Director", - company: "Consulting Plus", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-posing-together_23-2149145127.jpg?_wi=2", - }, + id: "5", name: "Priya Singh", role: "Director", company: "Consulting Plus", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-posing-together_23-2149145127.jpg"}, ]} kpiItems={[ { - value: "100+", - label: "Projects Completed", - }, + value: "100+", label: "Projects Completed"}, { - value: "99%", - label: "Client Satisfaction", - }, + value: "99%", label: "Client Satisfaction"}, { - value: "50+", - label: "Industry Partners", - }, + value: "50+", label: "Industry Partners"}, ]} title="Client Success Stories" description="Hear what our valued clients have to say about our professional services." @@ -252,8 +163,7 @@ export default function LandingPage() {