Merge version_3 into main #4
@@ -8,6 +8,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import ButtonIconArrow from '@/components/button/ButtonIconArrow';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -126,6 +127,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
<div className="flex justify-center pt-12 pb-12">
|
||||
<ButtonIconArrow text="Join Thousands of Creators" href="#create-signup" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
@@ -186,4 +190,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user