Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-06-10 01:33:53 +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="entrance-slide"
buttonAnimation="bounce-effect"
/>
</div>
@@ -120,7 +120,7 @@ export default function LandingPage() {
buttons={[
{ text: "Learn More About Us", href: "#" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="bounce-effect"
useInvertedBackground={false}
/>
</div>
@@ -222,7 +222,7 @@ export default function LandingPage() {
buttons={[
{ text: "Ask a Question", href: "#contact" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="bounce-effect"
faqsAnimation="slide-up"
textPosition="left"
useInvertedBackground={true}