From ca7e97cad01ce76ba0299cb7a21347153d357721 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 12:36:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 252 +++++++++-------------------------------------- 1 file changed, 47 insertions(+), 205 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86e71d9..7a23ae0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,27 +20,26 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -195,27 +120,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "99.99%", - title: "Uptime", - description: "Guaranteed platform availability.", - icon: CheckCircle, - }, - { - id: "m2", - value: "24/7", - title: "Support", - description: "Always-on global technical assistance.", - icon: Shield, - }, - { - id: "m3", - value: "500+", - title: "Customers", - description: "Enterprises scaling with us.", - icon: Award, - }, + { id: "m1", value: "99.99%", title: "Uptime", description: "Guaranteed platform availability.", icon: CheckCircle }, + { id: "m2", value: "24/7", title: "Support", description: "Always-on global technical assistance.", icon: Shield }, + { id: "m3", value: "500+", title: "Customers", description: "Enterprises scaling with us.", icon: Award }, ]} title="Data-Driven Success" description="Tangible results delivered through sophisticated engineering and commitment to excellence." @@ -229,26 +136,11 @@ export default function LandingPage() { rating={5} author="Sarah Miller, CTO at Global Dynamics" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", - alt: "Sarah Miller", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg", - alt: "Executive 1", - }, - { - src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", - alt: "Executive 2", - }, - { - src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", - alt: "Executive 3", - }, - { - src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg", - alt: "Executive 4", - }, + { src: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", alt: "Sarah Miller" }, + { src: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg", alt: "Executive 1" }, + { src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", alt: "Executive 2" }, + { src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "Executive 3" }, + { src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg", alt: "Executive 4" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -260,21 +152,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How does integration work?", - content: "Our API follows industry standards for seamless integration with existing software stacks.", - }, - { - id: "f2", - title: "Is the platform scalable?", - content: "Yes, our architecture is designed for horizontal scaling across cloud infrastructures.", - }, - { - id: "f3", - title: "What support is provided?", - content: "We provide 24/7 technical support and dedicated success managers for enterprise clients.", - }, + { id: "f1", title: "How does integration work?", content: "Our API follows industry standards for seamless integration with existing software stacks." }, + { id: "f2", title: "Is the platform scalable?", content: "Yes, our architecture is designed for horizontal scaling across cloud infrastructures." }, + { id: "f3", title: "What support is provided?", content: "We provide 24/7 technical support and dedicated success managers for enterprise clients." }, ]} title="Frequently Asked Questions" description="Clear answers to help you understand how our platform supports your enterprise." @@ -285,9 +165,7 @@ export default function LandingPage() {