Update src/app/page.tsx

This commit is contained in:
2026-05-30 03:45:49 +00:00
parent 5f7194cd86
commit 9fe5715efe

View File

@@ -68,8 +68,8 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/craftsman-using-circular-saw_1157-45889.jpg", imageAlt: "Diamond grinding concrete for prep" }
]}
useInvertedBackground={false}
tagAnimation="reveal-blur"
buttonAnimation="elastic-effect"
tagAnimation="text-stagger"
buttonAnimation="text-stagger"
mediaAnimation="opacity"
/>
</div>
@@ -83,7 +83,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15705.jpg"
imageAlt="Two brothers epoxy team"
useInvertedBackground={false}
tagAnimation="reveal-blur"
tagAnimation="text-stagger"
mediaAnimation="opacity"
/>
</div>
@@ -103,7 +103,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="reveal-blur"
tagAnimation="text-stagger"
/>
</div>
<div id="colors" data-section="colors">
@@ -123,7 +123,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="reveal-blur"
tagAnimation="text-stagger"
/>
</div>
<div id="pricing" data-section="pricing">
@@ -138,7 +138,7 @@ export default function LandingPage() {
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="reveal-blur"
tagAnimation="text-stagger"
/>
</div>
<div id="testimonials" data-section="testimonials">
@@ -156,7 +156,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="reveal-blur"
tagAnimation="text-stagger"
speed={40}
topMarqueeDirection="left"
/>
@@ -177,7 +177,7 @@ export default function LandingPage() {
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="reveal-blur"
tagAnimation="text-stagger"
animationType="smooth"
/>
</div>
@@ -194,7 +194,7 @@ export default function LandingPage() {
inputPlaceholder="Your Email *"
buttonText="Send Message"
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
tagAnimation="reveal-blur"
tagAnimation="text-stagger"
mediaAnimation="opacity"
/>
</div>