first commit

This commit is contained in:
CHIEFSOFT\ameye
2025-02-12 23:25:43 -05:00
commit d8c7ec4866
1400 changed files with 90826 additions and 0 deletions
@@ -0,0 +1,24 @@
import Image from "next/image";
import React from "react";
const CallToActionSix = () => {
return (
<div className="title-style-twelve">
<h2>
<span>
Try Deski Free{" "}
<Image width="355" height="37" src="/images/shape/line-shape-13.svg" alt="sahpe" />
</span>
</h2>
<p className="pt-45 pb-50 text-dark">
After your 14-day trial of our Professional plan, enjoy the Free version
of deski forever.
</p>
<a href="#" className="theme-btn-nine">
Start Free Trial
</a>
</div>
);
};
export default CallToActionSix;