Update src/app/page.tsx

This commit is contained in:
2026-03-03 23:03:30 +00:00
parent 9c2bd0a3fb
commit d281ed6fea

View File

@@ -136,6 +136,10 @@ export default function HomePage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Contact Our Specialists", href: "/contact" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -196,10 +200,6 @@ export default function HomePage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Start Your Journey with Us", href: "/contact" }
]}
buttonAnimation="slide-up"
/>
</div>