Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apps/web/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function Header() {
>
<span>{link.label}</span>
{link.badge && (
<span className="text-[10px] text-neutral-500 bg-neutral-100 px-2 py-0.5 rounded-full">
<span className="text-[10px] bg-linear-to-t from-neutral-200 to-neutral-100 text-neutral-900 px-2 py-0.5 rounded-full">
{link.badge}
</span>
)}
Expand All @@ -101,7 +101,7 @@ export function Header() {
>
<span>{link.label}</span>
{link.badge && (
<span className="text-[10px] text-neutral-500 bg-neutral-100 px-2 py-0.5 rounded-full">
<span className="text-[10px] bg-linear-to-t from-neutral-200 to-neutral-100 text-neutral-900 px-2 py-0.5 rounded-full">
{link.badge}
</span>
)}
Expand Down Expand Up @@ -245,7 +245,7 @@ export function Header() {
>
<span>{link.label}</span>
{link.badge && (
<span className="text-[10px] text-neutral-500 bg-neutral-100 px-2 py-0.5 rounded-full">
<span className="text-[10px] bg-linear-to-t from-neutral-200 to-neutral-100 text-neutral-900 px-2 py-0.5 rounded-full">
{link.badge}
</span>
)}
Expand All @@ -265,7 +265,7 @@ export function Header() {
>
<span>{link.label}</span>
{link.badge && (
<span className="text-[10px] text-neutral-500 bg-neutral-100 px-2 py-0.5 rounded-full">
<span className="text-[10px] bg-linear-to-t from-neutral-200 to-neutral-100 text-neutral-900 px-2 py-0.5 rounded-full">
{link.badge}
</span>
)}
Expand Down
10 changes: 5 additions & 5 deletions apps/web/src/routes/_view/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ function FeaturesMobileCarousel({
{feature.title}
</h3>
{feature.comingSoon && (
<span className="text-xs font-medium text-neutral-500 bg-neutral-200 px-2 py-1 rounded-full">
<span className="text-xs font-medium bg-linear-to-t from-neutral-200 to-neutral-100 text-neutral-900 px-2 py-1 rounded-full shadow-sm">
Coming Soon
</span>
)}
Expand Down Expand Up @@ -1283,7 +1283,7 @@ function FeaturesDesktopGrid() {
</h3>
</div>
{feature.comingSoon && (
<span className="text-xs font-medium text-neutral-500 bg-neutral-200 px-2 py-1 rounded-full">
<span className="text-xs font-medium bg-linear-to-t from-neutral-200 to-neutral-100 text-neutral-900 px-2 py-1 rounded-full shadow-sm">
Coming Soon
</span>
)}
Expand Down Expand Up @@ -1388,7 +1388,7 @@ function DetailsMobileCarousel({
{feature.title}
</h3>
{feature.comingSoon && (
<span className="text-xs font-medium text-neutral-500 bg-neutral-200 px-2 py-1 rounded-full">
<span className="text-xs font-medium bg-linear-to-t from-neutral-200 to-neutral-100 text-neutral-900 px-2 py-1 rounded-full shadow-sm">
Coming Soon
</span>
)}
Expand Down Expand Up @@ -1451,7 +1451,7 @@ function DetailsTabletView({
{feature.title}
</h3>
{feature.comingSoon && (
<span className="text-xs font-medium text-neutral-500 bg-neutral-200 px-2 py-1 rounded-full">
<span className="text-xs font-medium bg-linear-to-t from-neutral-200 to-neutral-100 text-neutral-900 px-2 py-1 rounded-full shadow-sm">
Coming Soon
</span>
)}
Expand Down Expand Up @@ -1720,7 +1720,7 @@ function BlogSection() {

<div className="p-6 flex flex-col flex-1">
<h3 className="text-xl font-serif text-stone-600 mb-2 group-hover:text-stone-800 transition-colors line-clamp-2">
{article.display_title}
{article.display_title || article.meta_title}
</h3>

<p className="text-sm text-neutral-600 leading-relaxed mb-4 line-clamp-3 flex-1">
Expand Down
8 changes: 4 additions & 4 deletions apps/web/src/routes/_view/product/ai-notetaking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ function TranscriptionSection() {
Fully on-device
</h3>
</div>
<div className="px-4 py-1.5 rounded-full bg-linear-to-t from-stone-600 to-stone-500 text-white opacity-50 text-xs font-medium whitespace-nowrap">
<div className="px-4 py-1.5 bg-linear-to-t from-neutral-200 to-neutral-100 text-neutral-900 rounded-full shadow-sm text-xs font-medium whitespace-nowrap">
Apple Silicon only
</div>
</div>
Expand Down Expand Up @@ -654,7 +654,7 @@ function TranscriptionSection() {
<div className="sm:hidden">
<div className="border-b border-neutral-100">
<div className="p-6">
<div className="inline-block px-4 py-1.5 rounded-full bg-linear-to-t from-stone-600 to-stone-500 text-white opacity-50 text-xs font-medium mb-3">
<div className="inline-block px-4 py-1.5 bg-linear-to-t from-neutral-200 to-neutral-100 text-neutral-900 rounded-full shadow-sm text-xs font-medium mb-3">
Apple Silicon only
</div>
<div className="flex items-center gap-3 mb-3">
Expand Down Expand Up @@ -1888,7 +1888,7 @@ function SharingSection() {
className="absolute top-[-69px] h-[69px] pointer-events-none"
/>
<div className="text-center py-12 px-4 lg:px-0">
<div className="inline-block px-4 py-1.5 rounded-full bg-linear-to-t from-stone-600 to-stone-500 text-white opacity-50 text-xs font-medium mb-4">
<div className="inline-block px-4 py-1.5 bg-linear-to-t from-neutral-200 to-neutral-100 text-neutral-900 rounded-full shadow-sm text-xs font-medium mb-4">
Coming Soon
</div>
<h2 className="text-3xl font-serif text-stone-600 mb-4">Share notes</h2>
Expand Down Expand Up @@ -2127,7 +2127,7 @@ function FloatingPanelSection() {
function FloatingPanelHeader() {
return (
<div className="text-center py-12 px-4 lg:px-0">
<div className="inline-block px-4 py-1.5 rounded-full bg-linear-to-t from-stone-600 to-stone-500 text-white opacity-50 text-xs font-medium mb-4">
<div className="inline-block px-4 py-1.5 bg-linear-to-t from-neutral-200 to-neutral-100 text-neutral-900 rounded-full shadow-sm text-xs font-medium mb-4">
Coming Soon
</div>
<h2 className="text-3xl font-serif text-stone-600 mb-4">
Expand Down
5 changes: 2 additions & 3 deletions apps/web/src/routes/_view/product/api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ function Component() {
<button
disabled
className={cn([
"inline-block px-8 py-3 text-base font-medium rounded-full",
"bg-linear-to-t from-stone-600 to-stone-500 text-white",
"opacity-50 cursor-not-allowed",
"inline-block px-8 py-3 text-base font-medium cursor-not-allowed",
"bg-linear-to-t from-neutral-200 to-neutral-100 text-neutral-900 rounded-full shadow-sm",
])}
>
Coming Soon
Expand Down
5 changes: 2 additions & 3 deletions apps/web/src/routes/_view/product/extensions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ function Component() {
<button
disabled
className={cn([
"inline-block px-8 py-3 text-base font-medium rounded-full",
"bg-linear-to-t from-stone-600 to-stone-500 text-white",
"opacity-50 cursor-not-allowed",
"inline-block px-8 py-3 text-base font-medium cursor-not-allowed",
"bg-linear-to-t from-neutral-200 to-neutral-100 text-neutral-900 rounded-full shadow-sm",
])}
>
Coming Soon
Expand Down