-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
12 changed files
with
385 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,101 +1,40 @@ | ||
import React from "react"; | ||
import React from 'react'; | ||
import Waves from './homepage/Waves'; | ||
|
||
const Cta = () => { | ||
return ( | ||
<> | ||
<section className="py-5 lg:py-[20px] mx-auto max-w-7xl"> | ||
<div className="container mx-auto"> | ||
<div className="relative z-10 overflow-hidden rounded-3xl bg-gradient-to-r from-purple-500 to-purple-700 py-12 px-8 md:p-[25px] "> | ||
<div className="container mx-auto relative"> | ||
<div className="relative z-10 overflow-hidden py-12 px-8 md:p-[25px]"> | ||
<div className="flex flex-wrap items-center -mx-4"> | ||
<div className="w-full px-4 lg:w-1/2"> | ||
<span className="block mb-4 text-base font-medium text-white"> | ||
<div className="w-full px-4 lg:w-2/3"> | ||
<h2 className="block mb-4 font-medium text-white"> | ||
Avalonia XPF - Cross-Platform WPF | ||
</span> | ||
<h2 className="mb-6 text-1xl font-bold leading-tight text-white sm:mb-8 sm:text-[30px]/[38px] lg:mb-0"> | ||
<span className="xs:block"> Take your WPF app to new </span> <span>Platforms today!</span> | ||
</h2> | ||
<p className="mb-6 text-white sm:mb-8 sm:text-[30px]/[38px] lg:mb-0" style={{ fontSize: '4.5rem', whiteSpace: 'normal', width: 'fit-content', lineHeight: '1.2' }}> | ||
Take your WPF apps to macOS and Linux in minutes, not months. | ||
</p> | ||
</div> | ||
<div className="w-full px-4 lg:w-1/2"> | ||
<div className="w-full px-4 lg:w-1/3"> | ||
<div className="flex flex-wrap lg:justify-end"> | ||
<a | ||
href="https://www.avaloniaui.net/xpf" | ||
className="inline-flex py-3 my-1 mr-4 text-base font-medium transition bg-white rounded-md hover:bg-shadow-1 text-primary px-7" | ||
> | ||
Start Free Trial | ||
</a> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<div> | ||
<span className="absolute top-0 left-0 z-[-1]"> | ||
<svg | ||
width="189" | ||
height="162" | ||
viewBox="0 0 189 162" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<ellipse | ||
cx="16" | ||
cy="-16.5" | ||
rx="173" | ||
ry="178.5" | ||
transform="rotate(180 16 -16.5)" | ||
fill="url(#paint0_linear)" | ||
/> | ||
<defs> | ||
<linearGradient | ||
id="paint0_linear" | ||
x1="-157" | ||
y1="-107.754" | ||
x2="98.5011" | ||
y2="-106.425" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stop-color="white" stop-opacity="0.07" /> | ||
<stop offset="1" stop-color="white" stop-opacity="0" /> | ||
</linearGradient> | ||
</defs> | ||
</svg> | ||
</span> | ||
<span className="absolute bottom-0 right-0 z-[-1]"> | ||
<svg | ||
width="191" | ||
height="208" | ||
viewBox="0 0 191 208" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<ellipse | ||
cx="173" | ||
cy="178.5" | ||
rx="173" | ||
ry="178.5" | ||
fill="url(#paint0_linear)" | ||
/> | ||
<defs> | ||
<linearGradient | ||
id="paint0_linear" | ||
x1="-3.27832e-05" | ||
y1="87.2457" | ||
x2="255.501" | ||
y2="88.5747" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stop-color="white" stop-opacity="0.07" /> | ||
<stop offset="1" stop-color="white" stop-opacity="0" /> | ||
</linearGradient> | ||
</defs> | ||
</svg> | ||
</span> | ||
</div> | ||
</div> | ||
<div className="absolute inset-0 z-0 overflow-hidden rounded-3xl"> | ||
<Waves /> | ||
</div> | ||
</div> | ||
</section> | ||
</> | ||
); | ||
}; | ||
|
||
export default Cta; | ||
export default Cta; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,101 +1,40 @@ | ||
import React from "react"; | ||
import React from 'react'; | ||
import Waves from './Waves'; // Adjust the import path as necessary | ||
|
||
const Cta = () => { | ||
return ( | ||
<> | ||
<section className="py-10 lg:py-[20px] mx-auto max-w-7xl"> | ||
<div className="container mx-auto"> | ||
<div className="relative z-10 overflow-hidden rounded-3xl bg-gradient-to-r from-purple-500 to-purple-700 py-12 px-8 md:p-[70px] "> | ||
<div className="container mx-auto relative"> | ||
<div className="relative z-10 overflow-hidden rounded-3xl bg-gradient-to-r py-12 px-8 md:p-[70px]"> | ||
<div className="flex flex-wrap items-center -mx-4"> | ||
<div className="w-full px-4 lg:w-1/2"> | ||
<span className="block mb-4 text-base font-medium text-white"> | ||
<div className="w-full px-4 lg:w-2/3"> | ||
<h2 className="block mb-4 text-base font-medium text-white" style={{ fontSize: '2.5rem', whiteSpace: 'normal', width: 'fit-content', lineHeight: '1.2' }}> | ||
Avalonia XPF - Cross-Platform WPF | ||
</span> | ||
<h2 className="mb-6 text-3xl font-bold leading-tight text-white sm:mb-8 sm:text-[40px]/[48px] lg:mb-0"> | ||
<span className="xs:block"> Take your WPF app to new </span> <span>Platforms today!</span> | ||
</h2> | ||
<h2 className="mb-6 text-3xl font-light leading-tight text-white sm:mb-8 sm:text-[40px]/[48px] lg:mb-0"> | ||
<span className="xs:block"> Take your WPF app to macOS and Linux today!</span> | ||
</h2> | ||
</div> | ||
<div className="w-full px-4 lg:w-1/2"> | ||
<div className="w-full px-4 lg:w-1/3"> | ||
<div className="flex flex-wrap lg:justify-end"> | ||
<a | ||
href="https://www.avaloniaui.net/xpf" | ||
className="inline-flex py-3 my-1 mr-4 text-base font-medium transition bg-white rounded-md hover:bg-shadow-1 text-primary px-7" | ||
> | ||
Start Free Trial | ||
</a> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<div> | ||
<span className="absolute top-0 left-0 z-[-1]"> | ||
<svg | ||
width="189" | ||
height="162" | ||
viewBox="0 0 189 162" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<ellipse | ||
cx="16" | ||
cy="-16.5" | ||
rx="173" | ||
ry="178.5" | ||
transform="rotate(180 16 -16.5)" | ||
fill="url(#paint0_linear)" | ||
/> | ||
<defs> | ||
<linearGradient | ||
id="paint0_linear" | ||
x1="-157" | ||
y1="-107.754" | ||
x2="98.5011" | ||
y2="-106.425" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stop-color="white" stop-opacity="0.07" /> | ||
<stop offset="1" stop-color="white" stop-opacity="0" /> | ||
</linearGradient> | ||
</defs> | ||
</svg> | ||
</span> | ||
<span className="absolute bottom-0 right-0 z-[-1]"> | ||
<svg | ||
width="191" | ||
height="208" | ||
viewBox="0 0 191 208" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<ellipse | ||
cx="173" | ||
cy="178.5" | ||
rx="173" | ||
ry="178.5" | ||
fill="url(#paint0_linear)" | ||
/> | ||
<defs> | ||
<linearGradient | ||
id="paint0_linear" | ||
x1="-3.27832e-05" | ||
y1="87.2457" | ||
x2="255.501" | ||
y2="88.5747" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stop-color="white" stop-opacity="0.07" /> | ||
<stop offset="1" stop-color="white" stop-opacity="0" /> | ||
</linearGradient> | ||
</defs> | ||
</svg> | ||
</span> | ||
</div> | ||
</div> | ||
<div className="absolute inset-0 z-0 overflow-hidden rounded-3xl"> | ||
<Waves /> | ||
</div> | ||
</div> | ||
</section> | ||
</> | ||
); | ||
}; | ||
|
||
export default Cta; | ||
export default Cta; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.