-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcef354
commit 33f98b3
Showing
16 changed files
with
424 additions
and
133 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
import React from 'react' | ||
import { GoArrowRight } from "react-icons/go"; | ||
function Footer() { | ||
return ( | ||
<div className="bg-[url('/images/bg-gradient-dark.jpg')] mt-20 z-10 relative bg-[#1a1919] bg-no-repeat bg-center bg-cover py-12 px-8 flex justify-center rounded-t-[3rem] lg:rounded-t-[8rem]"> | ||
<div className='md:w-1/2 pt-12 lg:pt-32 pb-4 text-white'> | ||
<h1 className='text-2xl lg:text-5xl font-bold text-center'>Countless success stories and counting…</h1> | ||
<h1 className='text-2xl lg:text-5xl font-[100] text-center'>Make your own</h1> | ||
<div className='flex justify-center items-center mt-12'> | ||
<button className='bg-white text-black p-2 px-8 rounded-lg flex justify-center items-center gap-2 mt-2 hover:scale-95 hover:rounded-2xl transition-all duration-300'> | ||
<p className='text-sm lg:text-xl'>Get Started now for free</p> | ||
<GoArrowRight className='text-xl' /> | ||
</button> | ||
|
||
</div> | ||
|
||
<div className='grid grid-cols-3 gap-2 lg:gap-8 mt-32'> | ||
<div> | ||
<h1 className='text-sm lg:text-2xl font-semibold'>Product</h1> | ||
<h1 className='mt-1 lg:text-base text-xs'>Select template</h1> | ||
<h1 className='mt-1 lg:text-base text-xs'>Use default template</h1> | ||
|
||
</div> | ||
<div className='text-center'> | ||
<h1 className='text-sm lg:text-2xl font-semibold'>Company</h1> | ||
<h1 className='mt-1 lg:text-base text-xs'>About</h1> | ||
<h1 className='mt-1 lg:text-base text-xs'>Blog</h1> | ||
|
||
|
||
</div> | ||
<div className='text-right'> | ||
<h1 className='text-sm lg:text-2xl font-semibold'>Connect</h1> | ||
<h1 className='mt-1 lg:text-base text-xs'>Linkedin</h1> | ||
<h1 className='mt-1 lg:text-base text-xs'>Github</h1> | ||
|
||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
) | ||
} | ||
|
||
export default Footer |
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 |
---|---|---|
@@ -0,0 +1,91 @@ | ||
import React from 'react' | ||
import { Splide, SplideSlide } from '@splidejs/react-splide'; | ||
import '@splidejs/react-splide/css'; | ||
import { AutoScroll } from '@splidejs/splide-extension-auto-scroll'; | ||
function MarqueeText() { | ||
return ( | ||
<div className='mt-24'> | ||
<Splide options={{ | ||
type: 'loop', | ||
drag: 'free', | ||
focus: 'center', | ||
gap: '0rem', | ||
perPage: 2.5, | ||
arrows: false, | ||
pagination: false, | ||
autoScroll: { | ||
speed: 1, | ||
pauseOnHover: true, | ||
}, | ||
}} | ||
extensions={{ AutoScroll }} | ||
className='w-full' | ||
aria-label="Features"> | ||
<SplideSlide> | ||
<h1 className='text-[1.35rem] md:text-4xl lg:text-8xl uppercase font-bold'>Easy to Use</h1> | ||
</SplideSlide> | ||
<SplideSlide> | ||
<h1 className='text-[1.35rem] md:text-4xl lg:text-8xl uppercase font-bold not-filled'>Easy to Use</h1> | ||
</SplideSlide> | ||
<SplideSlide> | ||
<h1 className='text-[1.35rem] md:text-4xl lg:text-8xl uppercase font-bold '>Easy to Use</h1> | ||
</SplideSlide> | ||
</Splide> | ||
<Splide options={{ | ||
type: 'loop', | ||
drag: 'free', | ||
focus: 'center', | ||
gap: '0rem', | ||
perPage: 2, | ||
arrows: false, | ||
pagination: false, | ||
autoScroll: { | ||
speed: -1, | ||
direction: 'right', | ||
pauseOnHover: true, | ||
}, | ||
}} | ||
extensions={{ AutoScroll }} | ||
className='w-full' | ||
aria-label="Features"> | ||
<SplideSlide> | ||
<h1 className='text-[1.35rem] md:text-4xl lg:text-8xl uppercase font-bold'>Customizable</h1> | ||
</SplideSlide> | ||
<SplideSlide> | ||
<h1 className='text-[1.35rem] md:text-4xl lg:text-8xl uppercase font-bold not-filled'>Customizable</h1> | ||
</SplideSlide> | ||
<SplideSlide> | ||
<h1 className='text-[1.35rem] md:text-4xl lg:text-8xl uppercase font-bold '>Customizable</h1> | ||
</SplideSlide> | ||
</Splide> | ||
<Splide options={{ | ||
type: 'loop', | ||
drag: 'free', | ||
focus: 'center', | ||
gap: '0rem', | ||
perPage: 2.5, | ||
arrows: false, | ||
pagination: false, | ||
autoScroll: { | ||
speed: 1, | ||
pauseOnHover: true, | ||
}, | ||
}} | ||
extensions={{ AutoScroll }} | ||
className='w-full' | ||
aria-label="Features"> | ||
<SplideSlide> | ||
<h1 className='text-[1.35rem] md:text-4xl lg:text-8xl uppercase font-bold'>AI Powered</h1> | ||
</SplideSlide> | ||
<SplideSlide> | ||
<h1 className='text-[1.35rem] md:text-4xl lg:text-8xl uppercase font-bold not-filled'>AI Powered</h1> | ||
</SplideSlide> | ||
<SplideSlide> | ||
<h1 className='text-[1.35rem] md:text-4xl lg:text-8xl uppercase font-bold '>AI Powered</h1> | ||
</SplideSlide> | ||
</Splide> | ||
</div> | ||
) | ||
} | ||
|
||
export default MarqueeText |
Oops, something went wrong.