diff --git a/apps/web/src/routes/(landing)/components/cta.tsx b/apps/web/src/routes/(landing)/components/cta.tsx index 14b4ff9..046f7ff 100644 --- a/apps/web/src/routes/(landing)/components/cta.tsx +++ b/apps/web/src/routes/(landing)/components/cta.tsx @@ -5,7 +5,7 @@ import { LuArrowRightCircle } from '@qwikest/icons/lucide'; export const CTA = component$(() => { return ( - + Start your journey with us diff --git a/apps/web/src/routes/(landing)/components/feature.tsx b/apps/web/src/routes/(landing)/components/feature.tsx index c40e569..d079b85 100644 --- a/apps/web/src/routes/(landing)/components/feature.tsx +++ b/apps/web/src/routes/(landing)/components/feature.tsx @@ -37,9 +37,9 @@ export const Feature = component$(() => { All the tools your team needs Easy to organize, plan and deliver tasks of all size - + {Features.map((item: FeatureProps) => ( - + {item.icon} diff --git a/apps/web/src/routes/(landing)/components/hero.tsx b/apps/web/src/routes/(landing)/components/hero.tsx index f5b4f64..c6d750a 100644 --- a/apps/web/src/routes/(landing)/components/hero.tsx +++ b/apps/web/src/routes/(landing)/components/hero.tsx @@ -4,11 +4,11 @@ import { LuArrowUpRight } from '@qwikest/icons/lucide'; export const Hero = component$(() => { return ( - +