diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a992fc..e5eef7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,31 +21,23 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -184,39 +101,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Data Insights", - author: "Analyst Team", - description: "Leverage powerful analytics to drive business decisions.", - tags: [ - "data", - "insights", - ], - imageSrc: "http://img.b2bpic.net/free-photo/african-man-guy-black-suit-students-with-talet-girl-white-blouse_1157-41615.jpg", - }, - { - id: "f2", - title: "Advanced Security", - author: "Security Team", - description: "Enterprise-grade protection for your digital assets.", - tags: [ - "security", - "trust", - ], - imageSrc: "http://img.b2bpic.net/free-photo/concept-cloud-storage-with-drawing_1134-71.jpg", - }, - { - id: "f3", - title: "Global Scaling", - author: "Ops Team", - description: "Expand effortlessly across international markets.", - tags: [ - "global", - "scaling", - ], - imageSrc: "http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-160250.jpg", - }, + { id: "f1", title: "Data Insights", author: "Analyst Team", description: "Leverage powerful analytics to drive business decisions.", tags: ["data", "insights"], imageSrc: "http://img.b2bpic.net/free-photo/african-man-guy-black-suit-students-with-talet-girl-white-blouse_1157-41615.jpg" }, + { id: "f2", title: "Advanced Security", author: "Security Team", description: "Enterprise-grade protection for your digital assets.", tags: ["security", "trust"], imageSrc: "http://img.b2bpic.net/free-photo/concept-cloud-storage-with-drawing_1134-71.jpg" }, + { id: "f3", title: "Global Scaling", author: "Ops Team", description: "Expand effortlessly across international markets.", tags: ["global", "scaling"], imageSrc: "http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-160250.jpg" }, ]} title="Core Capabilities" description="Designed to provide everything you need to grow." @@ -229,24 +116,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Zap, - title: "Active Users", - value: "500k+", - }, - { - id: "m2", - icon: Award, - title: "Success Rate", - value: "99.9%", - }, - { - id: "m3", - icon: Shield, - title: "Trusted Hubs", - value: "120+", - }, + { id: "m1", icon: Zap, title: "Active Users", value: "500k+" }, + { id: "m2", icon: Award, title: "Success Rate", value: "99.9%" }, + { id: "m3", icon: Shield, title: "Trusted Hubs", value: "120+" }, ]} title="Proven Results" description="Numbers speak for our commitment to excellence." @@ -260,42 +132,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Core Platform", - price: "$99", - imageSrc: "http://img.b2bpic.net/free-photo/organizational-staff-looking-device-with-green-screen-meeting_482257-115581.jpg", - }, - { - id: "p2", - name: "Analytics Suite", - price: "$149", - imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg", - }, - { - id: "p3", - name: "Integration Tool", - price: "$199", - imageSrc: "http://img.b2bpic.net/free-photo/happy-online-shopping-experience_23-2151952976.jpg", - }, - { - id: "p4", - name: "CRM Module", - price: "$129", - imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-modern-office-engaged-infographics-analysis_482257-122660.jpg", - }, - { - id: "p5", - name: "Cloud Storage", - price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/account-manager-using-ai-chatbot-help-talking-with-customers_482257-126148.jpg", - }, - { - id: "p6", - name: "Hub Hub", - price: "$299", - imageSrc: "http://img.b2bpic.net/free-photo/graphic-designers-having-black-coffee_1170-1754.jpg", - }, + { id: "p1", name: "Core Platform", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/organizational-staff-looking-device-with-green-screen-meeting_482257-115581.jpg" }, + { id: "p2", name: "Analytics Suite", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg" }, + { id: "p3", name: "Integration Tool", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/happy-online-shopping-experience_23-2151952976.jpg" }, + { id: "p4", name: "CRM Module", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-modern-office-engaged-infographics-analysis_482257-122660.jpg" }, + { id: "p5", name: "Cloud Storage", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/account-manager-using-ai-chatbot-help-talking-with-customers_482257-126148.jpg" }, + { id: "p6", name: "Hub Hub", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/graphic-designers-having-black-coffee_1170-1754.jpg" }, ]} title="Our Solutions" description="Select the modules that fit your hub best." @@ -308,41 +150,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "plan-basic", - badge: "Startup", - price: "$49", - subtitle: "For early-stage growth.", - features: [ - "Limited API Access", - "Email Support", - "Core Metrics", - ], - }, - { - id: "plan-pro", - badge: "Pro", - price: "$199", - subtitle: "For professional scaling.", - features: [ - "Full API Access", - "24/7 Support", - "Advanced Analytics", - "Global Integration", - ], - }, - { - id: "plan-ent", - badge: "Enterprise", - price: "Custom", - subtitle: "For enterprise needs.", - features: [ - "Dedicated Manager", - "Security Suite", - "Global Scaling", - "SLA Support", - ], - }, + { id: "plan-basic", badge: "Startup", price: "$49", subtitle: "For early-stage growth.", features: ["Limited API Access", "Email Support", "Core Metrics"] }, + { id: "plan-pro", badge: "Pro", price: "$199", subtitle: "For professional scaling.", features: ["Full API Access", "24/7 Support", "Advanced Analytics", "Global Integration"] }, + { id: "plan-ent", badge: "Enterprise", price: "Custom", subtitle: "For enterprise needs.", features: ["Dedicated Manager", "Security Suite", "Global Scaling", "SLA Support"] }, ]} title="Flexible Plans" description="Choose a path that scales with your ambition." @@ -353,31 +163,11 @@ export default function LandingPage() { @@ -434,32 +205,8 @@ export default function LandingPage() {