Merge pull request #357 from MODSetter/dev

suggested fixes
This commit is contained in:
Rohan Verma 2025-10-02 18:36:38 -07:00 committed by GitHub
commit bb47cdb270
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ export function FeaturesCards() {
<div className="@container mx-auto max-w-7xl"> <div className="@container mx-auto max-w-7xl">
<div className="text-center"> <div className="text-center">
<h2 className="text-balance text-4xl font-semibold lg:text-5xl"> <h2 className="text-balance text-4xl font-semibold lg:text-5xl">
Everything Your Team Needs to Succeed Your Team's AI-Powered Knowledge Hub
</h2> </h2>
<p className="mt-4"> <p className="mt-4">
Powerful features designed to enhance collaboration, boost productivity, and streamline Powerful features designed to enhance collaboration, boost productivity, and streamline

View file

@ -147,7 +147,7 @@ export default function ExternalIntegrations() {
<div className="relative flex flex-col items-center text-center z-10"> <div className="relative flex flex-col items-center text-center z-10">
<h1 className="my-6 text-4xl font-bold lg:text-7xl">Integrations</h1> <h1 className="my-6 text-4xl font-bold lg:text-7xl">Integrations</h1>
<p className="mb-12 max-w-2xl text-gray-600 dark:text-gray-400 lg:text-xl"> <p className="mb-12 max-w-2xl text-gray-600 dark:text-gray-400 lg:text-xl">
Connect your favourite apps to your workflow. Integrate with your team's most important tools
</p> </p>
<div <div

View file

@ -33,7 +33,7 @@ const demoPlans = [
"Everything in Community", "Everything in Community",
"Priority Support", "Priority Support",
"Access Controls", "Access Controls",
"Multicollaborative and multiplayer features", "Collaboration and multiplayer features",
"Video generation", "Video generation",
"Advanced security features", "Advanced security features",
], ],