Update src/app/page.tsx

This commit is contained in:
2026-06-10 19:33:10 +00:00
parent 57a579364e
commit 4742d16a82

View File

@@ -94,7 +94,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg" imageSrc="http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg"
imageAlt="Construction site with modern building under construction" imageAlt="Construction site with modern building under construction"
mediaAnimation="slide-up" mediaAnimation="slide-up"
buttonAnimation="blur-reveal" buttonAnimation="slide-up"
marqueeItems={[ marqueeItems={[
{ {
type: "image", src: "http://img.b2bpic.net/free-photo/crane-building-construction-exterior_74190-7518.jpg", alt: "Crane building under construction exterior"}, type: "image", src: "http://img.b2bpic.net/free-photo/crane-building-construction-exterior_74190-7518.jpg", alt: "Crane building under construction exterior"},
@@ -231,7 +231,7 @@ export default function LandingPage() {
text: "Read All Reviews", href: "#testimonials"} text: "Read All Reviews", href: "#testimonials"}
]} ]}
cardAnimation="blur-reveal" cardAnimation="blur-reveal"
buttonAnimation="blur-reveal" buttonAnimation="slide-up"
/> />
</div> </div>
@@ -252,7 +252,7 @@ export default function LandingPage() {
sideDescription="Find answers to common questions about our services, process, and commitment to quality." sideDescription="Find answers to common questions about our services, process, and commitment to quality."
faqsAnimation="entrance-slide" faqsAnimation="entrance-slide"
textPosition="left" textPosition="left"
buttonAnimation="blur-reveal" buttonAnimation="slide-up"
/> />
</div> </div>