Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
{ text: "Book an Appointment", href: "#contact" },
|
||||
{ text: "View Our Portfolio", href: "#portfolio" }
|
||||
]}
|
||||
buttonAnimation="text-stagger"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Learn More About Us", href: "#" }
|
||||
]}
|
||||
buttonAnimation="text-stagger"
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Ask a Question", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="text-stagger"
|
||||
buttonAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user