Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-06-10 01:34:48 +00:00

View File

@@ -108,7 +108,7 @@ export default function LandingPage() {
{ text: "Book an Appointment", href: "#contact" },
{ text: "View Our Portfolio", href: "#portfolio" }
]}
buttonAnimation="bounce-effect"
buttonAnimation="text-stagger"
/>
</div>
@@ -120,7 +120,7 @@ export default function LandingPage() {
buttons={[
{ text: "Learn More About Us", href: "#" }
]}
buttonAnimation="bounce-effect"
buttonAnimation="text-stagger"
useInvertedBackground={false}
/>
</div>
@@ -222,7 +222,7 @@ export default function LandingPage() {
buttons={[
{ text: "Ask a Question", href: "#contact" }
]}
buttonAnimation="bounce-effect"
buttonAnimation="text-stagger"
faqsAnimation="slide-up"
textPosition="left"
useInvertedBackground={true}