diff --git a/components/CardsLanding.tsx b/components/CardsLanding.tsx index 7de939f..ec2e57c 100644 --- a/components/CardsLanding.tsx +++ b/components/CardsLanding.tsx @@ -1,10 +1,12 @@ import CardLanding from 'components/UI/CardLanding'; import cardAuth from 'public/landing/auth.svg'; +import cardBlog from 'public/landing/blog.svg'; import cardFee from 'public/landing/lifetime.svg'; import cardPage from 'public/landing/page.svg'; import cardResponsive from 'public/landing/responsive.svg'; import cardServer from 'public/landing/backend.svg'; import cardStripe from 'public/landing/stripe.svg'; +import cardTS from 'public/landing/TS.svg'; import cardTheme from 'public/landing/theme.svg'; const CardsLanding = (): JSX.Element => ( @@ -33,6 +35,11 @@ const CardsLanding = (): JSX.Element => ( text="Auth and user management with Supabase" title="Auth" /> + ( text="Custom themes available and easily switch to dark mode" title="Themes" /> + \ No newline at end of file diff --git a/public/landing/blog.svg b/public/landing/blog.svg new file mode 100644 index 0000000..ad82529 --- /dev/null +++ b/public/landing/blog.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/public/landing/theme.svg b/public/landing/theme.svg index ad82529..fc25ffa 100644 --- a/public/landing/theme.svg +++ b/public/landing/theme.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file