Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-06-10 01:42:23 +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="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}