From 0fda37a80399674ed7a9b5857121c0573fb73a21 Mon Sep 17 00:00:00 2001 From: Kiet Ho Date: Mon, 22 Dec 2025 22:03:22 -0800 Subject: [PATCH 1/5] full width on the features in mobile --- .../FeaturesSection/components/FeatureDemo/FeatureDemo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx b/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx index aa65c25a074..455d446b2f4 100644 --- a/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx +++ b/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx @@ -16,7 +16,7 @@ export function FeatureDemo({ }: FeatureDemoProps) { return (
{/* Background gradient */} Date: Mon, 22 Dec 2025 22:06:29 -0800 Subject: [PATCH 2/5] rounded --- .../FeaturesSection/components/FeatureDemo/FeatureDemo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx b/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx index 455d446b2f4..8626f5a0f4c 100644 --- a/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx +++ b/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx @@ -16,7 +16,7 @@ export function FeatureDemo({ }: FeatureDemoProps) { return (
{/* Background gradient */} Date: Mon, 22 Dec 2025 22:10:09 -0800 Subject: [PATCH 3/5] fix mobile --- .../FeaturesSection/components/FeatureDemo/FeatureDemo.tsx | 4 ++-- .../components/IsolationDemo/IsolationDemo.tsx | 2 +- .../ParallelExecutionDemo/ParallelExecutionDemo.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx b/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx index 8626f5a0f4c..dc965e44d95 100644 --- a/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx +++ b/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx @@ -21,11 +21,11 @@ export function FeatureDemo({ {/* Background gradient */} {/* Content overlay */} -
+
{children}
diff --git a/apps/marketing/src/app/components/FeaturesSection/components/IsolationDemo/IsolationDemo.tsx b/apps/marketing/src/app/components/FeaturesSection/components/IsolationDemo/IsolationDemo.tsx index 5e5d5ee910e..1d2e377a75a 100644 --- a/apps/marketing/src/app/components/FeaturesSection/components/IsolationDemo/IsolationDemo.tsx +++ b/apps/marketing/src/app/components/FeaturesSection/components/IsolationDemo/IsolationDemo.tsx @@ -100,7 +100,7 @@ export function IsolationDemo() { return ( Date: Mon, 22 Dec 2025 22:12:51 -0800 Subject: [PATCH 4/5] sizing --- .../FeaturesSection/components/FeatureDemo/FeatureDemo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx b/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx index dc965e44d95..c5179d1b0fa 100644 --- a/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx +++ b/apps/marketing/src/app/components/FeaturesSection/components/FeatureDemo/FeatureDemo.tsx @@ -25,7 +25,7 @@ export function FeatureDemo({ /> {/* Content overlay */} -
+
{children}
From 14418f0897c12afab843b86667c5f563baf65783 Mon Sep 17 00:00:00 2001 From: Kiet Ho Date: Mon, 22 Dec 2025 22:17:20 -0800 Subject: [PATCH 5/5] good --- .../components/IsolationDemo/IsolationDemo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/marketing/src/app/components/FeaturesSection/components/IsolationDemo/IsolationDemo.tsx b/apps/marketing/src/app/components/FeaturesSection/components/IsolationDemo/IsolationDemo.tsx index 1d2e377a75a..02530a0ccf1 100644 --- a/apps/marketing/src/app/components/FeaturesSection/components/IsolationDemo/IsolationDemo.tsx +++ b/apps/marketing/src/app/components/FeaturesSection/components/IsolationDemo/IsolationDemo.tsx @@ -117,10 +117,10 @@ export function IsolationDemo() { components/HeroSection/HeroSection.tsx
-
+