From d44af58e38664677dc3ab9ec054b7ee5f768920b Mon Sep 17 00:00:00 2001 From: felixkrrr Date: Thu, 30 Apr 2026 19:44:36 +0200 Subject: [PATCH 1/4] unify card styles --- components/home/DeveloperTools.tsx | 6 +++--- components/home/FeaturedCustomers.tsx | 1 + components/home/Integrations.tsx | 5 +++-- components/ui/chip-card.tsx | 2 +- style.css | 1 + 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/components/home/DeveloperTools.tsx b/components/home/DeveloperTools.tsx index 58f668e09e..37aadab541 100644 --- a/components/home/DeveloperTools.tsx +++ b/components/home/DeveloperTools.tsx @@ -34,7 +34,7 @@ export const DeveloperTools = () => {
- +
{
- + {
- + setIsHovered(true)} diff --git a/components/home/Integrations.tsx b/components/home/Integrations.tsx index c4eae69e7b..3cca2a79a6 100644 --- a/components/home/Integrations.tsx +++ b/components/home/Integrations.tsx @@ -228,6 +228,7 @@ function IntegrationGroupCard({
-
+
80+ more integrations @@ -340,7 +341,7 @@ export function Integrations() {
-
+
diff --git a/components/ui/chip-card.tsx b/components/ui/chip-card.tsx index eb4781e30a..2a8eff07df 100644 --- a/components/ui/chip-card.tsx +++ b/components/ui/chip-card.tsx @@ -64,7 +64,7 @@ const ChipCard = React.forwardRef Date: Thu, 30 Apr 2026 21:17:45 +0200 Subject: [PATCH 2/4] Fix ChipCard transition merge and FeaturedCustomers group-hover collision - ChipCard baseClassName: drop legacy transition-colors duration-120 so tailwind-merge stops eating the new transition-[background] duration-180 (both shared the transition + transition-duration conflict groups, and the later utilities were winning silently). - FeaturedCustomers: scope the customer-name link group as group/story-link so adding hoverStripes (which adds an unnamed .group to the outer CornerBox) no longer triggers the underline when hovering anywhere else in the card. Made-with: Cursor --- components/home/FeaturedCustomers.tsx | 4 ++-- components/ui/chip-card.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/home/FeaturedCustomers.tsx b/components/home/FeaturedCustomers.tsx index bd7fc41505..20d2122983 100644 --- a/components/home/FeaturedCustomers.tsx +++ b/components/home/FeaturedCustomers.tsx @@ -166,9 +166,9 @@ export function FeaturedCustomers({ corners = { tl: true, tr: true, bl: true, br > - + {story.name} Date: Thu, 30 Apr 2026 21:49:23 +0200 Subject: [PATCH 3/4] fix button sizes --- app/not-found.tsx | 8 ++++---- components/BrokenLinkIssue.tsx | 1 + components/ContactSalesForm.tsx | 2 +- components/Header.tsx | 2 +- components/OSSFriendsPage.tsx | 2 +- components/customers/CustomerStoryCTA.tsx | 4 ++-- components/home/DeveloperTools.tsx | 3 +++ components/home/FeaturedCustomers.tsx | 1 + components/home/GetStartedSection.tsx | 2 ++ components/home/Hero.tsx | 3 ++- components/home/pricing/PricingTable.tsx | 3 +++ components/ui/button.tsx | 4 ++-- 12 files changed, 23 insertions(+), 12 deletions(-) diff --git a/app/not-found.tsx b/app/not-found.tsx index 0890d324eb..a9198ed994 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -16,10 +16,10 @@ export default function NotFound() { The page you were looking for does not exist.

- -
+
+
diff --git a/components/BrokenLinkIssue.tsx b/components/BrokenLinkIssue.tsx index 64392d537c..d580fe7edd 100644 --- a/components/BrokenLinkIssue.tsx +++ b/components/BrokenLinkIssue.tsx @@ -24,6 +24,7 @@ export function BrokenLinkIssue() { return ( diff --git a/components/Header.tsx b/components/Header.tsx index e045463a9b..f6a5f05a1e 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -38,7 +38,7 @@ export const Header = ({ {buttons && (
diff --git a/components/home/DeveloperTools.tsx b/components/home/DeveloperTools.tsx index 37aadab541..e130faa98d 100644 --- a/components/home/DeveloperTools.tsx +++ b/components/home/DeveloperTools.tsx @@ -61,6 +61,7 @@ export const DeveloperTools = () => {
-
diff --git a/components/home/pricing/PricingTable.tsx b/components/home/pricing/PricingTable.tsx index 5516f7dc7b..1458d38405 100644 --- a/components/home/pricing/PricingTable.tsx +++ b/components/home/pricing/PricingTable.tsx @@ -1461,6 +1461,7 @@ export function PricingPlans({ variant }: { variant: DeploymentOption }) {