Add particle js, implement in pageintro and configuration
This commit is contained in:
@@ -35,6 +35,7 @@ const IndexPage = ({ ...props }) => (
|
||||
siteDescription="We are in the business of solving real-world problems with digital solutions. Our mission is to make you stand out with the help of modern technologies"
|
||||
siteUrl="https://saburly.com"
|
||||
/>
|
||||
|
||||
<PageIntro
|
||||
text="We are in the business of solving real-world problems with digital solutions. Our mission is to make you stand out and gain competitive advantages with the help of modern technologies."
|
||||
image={ImgIntro}
|
||||
@@ -54,22 +55,21 @@ const IndexPage = ({ ...props }) => (
|
||||
</PageIntro>
|
||||
|
||||
<main>
|
||||
|
||||
<section className="md:flex p-8 mt-10 items-center justify-center m-auto">
|
||||
<div className="text-center">
|
||||
<a href="https://clutch.co/se/app-developers" target="_blank">
|
||||
<img
|
||||
src={TopWebDevelopers}
|
||||
alt="Top Web Developer Company"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<SectionIntro
|
||||
classes="p-8 md:max-w-lg"
|
||||
h2Classes="text-3xl xsm:text-4xl sm:text-5xl xl:text-6xl font-black"
|
||||
headline="Because beautiful code makes our heart pound"
|
||||
text="What gets us going is our passion for cutting edge technologies and incredible user experiences. Our developers deliver custom end-to-end software solutions daily and can even help you with initial analysis, architecture design, testing and deployments."
|
||||
/>
|
||||
<section className="md:flex p-8 mt-10 items-center puttthemhere justify-center m-auto">
|
||||
<div className="text-center">
|
||||
<a href="https://clutch.co/se/app-developers" target="_blank">
|
||||
<img
|
||||
src={TopWebDevelopers}
|
||||
alt="Top Web Developer Company"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<SectionIntro
|
||||
classes="p-8 md:max-w-lg"
|
||||
h2Classes="text-3xl xsm:text-4xl sm:text-5xl xl:text-6xl font-black"
|
||||
headline="Because beautiful code makes our heart pound"
|
||||
text="What gets us going is our passion for cutting edge technologies and incredible user experiences. Our developers deliver custom end-to-end software solutions daily and can even help you with initial analysis, architecture design, testing and deployments."
|
||||
/>
|
||||
</section>
|
||||
|
||||
<section className="relative">
|
||||
|
||||
Reference in New Issue
Block a user