import CardLanding from "components/UI/CardLanding"; import cardAuth from "public/landing/auth.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 cardTheme from "public/landing/theme.svg"; const CardsLanding = () => { return (

We've got you covered

Don’t waste your time and reinvent the wheel, we have provided you with a maximum of features so that you only have one goal, to make your SaaS a reality.

); }; export default CardsLanding;