From df3aadcd4c5b488df0725efa4c81693cc6ab6e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9douard=20wautier?= Date: Tue, 24 Oct 2023 15:01:39 +0200 Subject: [PATCH] wip --- front/pages/index.tsx | 69 +++++++++++++++++++-------- sparkle/src/components/PriceTable.tsx | 6 ++- 2 files changed, 54 insertions(+), 21 deletions(-) diff --git a/front/pages/index.tsx b/front/pages/index.tsx index 9fd900d2013b7..4ac77c571a6c6 100644 --- a/front/pages/index.tsx +++ b/front/pages/index.tsx @@ -366,7 +366,7 @@ export default function Home({

Pricing

@@ -376,7 +376,6 @@ export default function Home({ price="$0" priceLabel="/ month" color="emerald" - className="w-64" > @@ -386,34 +385,66 @@ export default function Home({ label="50 documents as data sources" variant="dash" /> + - + + - - - - - + + + + + + + + + + + + + - - - + + + - - - - - + + + + + + + + + + + + + + +
diff --git a/sparkle/src/components/PriceTable.tsx b/sparkle/src/components/PriceTable.tsx index 1d0e0cecac41a..437731701f604 100644 --- a/sparkle/src/components/PriceTable.tsx +++ b/sparkle/src/components/PriceTable.tsx @@ -41,7 +41,7 @@ export function PriceTable({ return (
{children}
; + return ( +
{children}
+ ); };