Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9345ed4d19 | |||
| 3fcf4cf28d |
@@ -8,6 +8,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
|
import ButtonIconArrow from '@/components/button/ButtonIconArrow';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -126,6 +127,9 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
|
<div className="flex justify-center pt-12 pb-12">
|
||||||
|
<ButtonIconArrow text="Join Thousands of Creators" href="#create-signup" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
|
|||||||
Reference in New Issue
Block a user