From 4f555187b2505ab4c242e60cc87ef1997151923e Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Fri, 21 Feb 2025 10:54:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20(lp)=20Change=20UseCases=20layou?= =?UTF-8?q?t.=20Bigger=20product=20screenshots?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../features/homepage/use-cases/UseCases.tsx | 22 +++++++++---------- apps/landing-page/app/routes/index.tsx | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/landing-page/app/features/homepage/use-cases/UseCases.tsx b/apps/landing-page/app/features/homepage/use-cases/UseCases.tsx index 7a75c7fbabe..56beaf99a6c 100644 --- a/apps/landing-page/app/features/homepage/use-cases/UseCases.tsx +++ b/apps/landing-page/app/features/homepage/use-cases/UseCases.tsx @@ -1,5 +1,5 @@ -import { Button } from "@/components/Button"; import { Progress } from "@/components/Progress"; +import { TypebotLogoFull } from "@/components/TypebotLogo"; import { ButtonLink } from "@/components/link"; import { enterpriseLeadTypebotUrl, registerUrl } from "@/constants"; import { cn } from "@/lib/utils"; @@ -106,13 +106,14 @@ export const UseCases = ({ className }: { className?: string }) => { return (
-
+
+ + +
+
{useCases.map((useCase, index) => ( { {useCase.images.builder.alt} @@ -149,7 +150,7 @@ export const UseCases = ({ className }: { className?: string }) => { {useCase.images.bot.alt} @@ -158,7 +159,6 @@ export const UseCases = ({ className }: { className?: string }) => { ))}
-
); }; @@ -177,7 +177,7 @@ const UsecaseTitle = ({ onClick={onClick} >

{children} @@ -188,7 +188,7 @@ const UsecaseTitle = ({ export const Cta = () => (
-

+

Picture{" "} a bot that goes beyond answering questions diff --git a/apps/landing-page/app/routes/index.tsx b/apps/landing-page/app/routes/index.tsx index 1f250bac365..1ce343880ab 100644 --- a/apps/landing-page/app/routes/index.tsx +++ b/apps/landing-page/app/routes/index.tsx @@ -40,8 +40,8 @@ function Home() {

-
+