small changes
This commit is contained in:
@@ -134,6 +134,7 @@ const ModuleCard: React.FC<ModuleCardProps> = ({ module, index }) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const ModulesSection: React.FC = () => {
|
const ModulesSection: React.FC = () => {
|
||||||
|
const router = useRouter();
|
||||||
return (
|
return (
|
||||||
<section className="py-16 md:py-16 bg-gradient-to-b from-white via-[#c3dbe0]/30 to-white relative overflow-hidden">
|
<section className="py-16 md:py-16 bg-gradient-to-b from-white via-[#c3dbe0]/30 to-white relative overflow-hidden">
|
||||||
{/* Decorative background */}
|
{/* Decorative background */}
|
||||||
@@ -191,17 +192,14 @@ const ModulesSection: React.FC = () => {
|
|||||||
Get started with all modules and experience seamless integration
|
Get started with all modules and experience seamless integration
|
||||||
</p>
|
</p>
|
||||||
<div className="flex flex-col sm:flex-row gap-4 justify-center">
|
<div className="flex flex-col sm:flex-row gap-4 justify-center">
|
||||||
<DemoModal
|
<Button
|
||||||
trigger={
|
size="lg"
|
||||||
<Button
|
className="bg-white text-[#2563eb] hover:bg-gray-100 font-semibold"
|
||||||
size="lg"
|
onClick={()=>router.push("https://app.winixco.com/plans")}
|
||||||
className="bg-white text-[#2563eb] hover:bg-gray-100 font-semibold"
|
>
|
||||||
>
|
Start Free Trial
|
||||||
Start Free Trial
|
<Sparkles className="ml-2 w-5 h-5" />
|
||||||
<Sparkles className="ml-2 w-5 h-5" />
|
</Button>
|
||||||
</Button>
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
|
|
||||||
<DemoModal
|
<DemoModal
|
||||||
trigger={
|
trigger={
|
||||||
|
|||||||
Reference in New Issue
Block a user