From e5f96d638809c2d1770e89e077fa123ce27a0228 Mon Sep 17 00:00:00 2001 From: marko-kraemer Date: Sun, 20 Apr 2025 06:12:40 +0100 Subject: [PATCH] fe --- frontend/src/app/globals.css | 1 + frontend/src/app/not-found.tsx | 5 ++--- .../src/components/home/sections/open-source-section.tsx | 6 +++--- frontend/src/lib/home.tsx | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index e7b54570..7af618ba 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -295,6 +295,7 @@ } html { scroll-behavior: smooth; + zoom: 100%; } body { @apply bg-background text-foreground; diff --git a/frontend/src/app/not-found.tsx b/frontend/src/app/not-found.tsx index 25084d83..1e763d3c 100644 --- a/frontend/src/app/not-found.tsx +++ b/frontend/src/app/not-found.tsx @@ -103,14 +103,13 @@ export default function NotFound() { The page you're looking for doesn't exist or has been moved.

-
- - Return Home + + Return Home
diff --git a/frontend/src/components/home/sections/open-source-section.tsx b/frontend/src/components/home/sections/open-source-section.tsx index 5710c99e..a4c9e5ca 100644 --- a/frontend/src/components/home/sections/open-source-section.tsx +++ b/frontend/src/components/home/sections/open-source-section.tsx @@ -49,11 +49,11 @@ export function OpenSourceSection() { href="https://github.com/Kortix-ai/Suna" target="_blank" rel="noopener noreferrer" - className="group inline-flex h-10 items-center justify-center gap-2 text-sm font-medium tracking-wide rounded-full text-primary-foreground dark:text-secondary-foreground px-6 shadow-[inset_0_1px_2px_rgba(255,255,255,0.25),0_3px_3px_-1.5px_rgba(16,24,40,0.06),0_1px_1px_rgba(16,24,40,0.08)] bg-primary hover:bg-primary/90 transition-all duration-200 w-fit" + className="group inline-flex h-10 items-center justify-center gap-2 text-sm font-medium tracking-wide rounded-full text-primary-foreground dark:text-black px-6 shadow-[inset_0_1px_2px_rgba(255,255,255,0.25),0_3px_3px_-1.5px_rgba(16,24,40,0.06),0_1px_1px_rgba(16,24,40,0.08)] bg-primary dark:bg-white hover:bg-primary/90 dark:hover:bg-white/90 transition-all duration-200 w-fit" > View on GitHub - - + + diff --git a/frontend/src/lib/home.tsx b/frontend/src/lib/home.tsx index 60fb6784..f5ca8f11 100644 --- a/frontend/src/lib/home.tsx +++ b/frontend/src/lib/home.tsx @@ -96,7 +96,7 @@ export const siteConfig = { price: "$29", description: "For professionals and small teams", buttonText: "Hire Suna", - buttonColor: "bg-primary text-white", + buttonColor: "bg-primary text-white dark:text-black", isPopular: true, hours: "4 hours", features: [ @@ -1053,7 +1053,7 @@ export const siteConfig = { backgroundImage: "/holo.png", button: { text: "Hire Suna today", - href: "https://github.com/Kortix-ai/Suna", + href: "/auth", }, subtext: "The generalist AI Agent that acts on your behalf", }, @@ -1062,7 +1062,7 @@ export const siteConfig = { title: "Kortix", links: [ { id: 1, title: "About", url: "https://kortix.ai" }, - { id: 3, title: "Contact", url: "contact@kortix.ai" }, + { id: 3, title: "Contact", url: "mailto:hey@kortix.ai" }, { id: 4, title: "Careers", url: "https://kortix.ai/careers" }, ], },