Update src/app/page.tsx

This commit is contained in:
2026-03-03 05:01:18 +00:00
parent 2efd393127
commit 8ec4dccb7d

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
{ text: "Call Now: (555) 123-4567", href: "tel:+15551234567" }, { text: "Call Now: (555) 123-4567", href: "tel:+15551234567" },
{ text: "Get Free Quote", href: "#contact" }, { text: "Get Free Quote", href: "#contact" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/happy-engineer-young-black-worker-handshaking-while-greeting-industrial-building_637285-4767.jpg" imageSrc="http://img.b2bpic.net/free-photo/happy-engineer-young-black-worker-handshaking-while-greeting-industrial-building_637285-4767.jpg?_wi=1"
imageAlt="Professional service team ready to help" imageAlt="Professional service team ready to help"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -97,7 +97,7 @@ export default function LandingPage() {
tag="About Us" tag="About Us"
tagIcon={Shield} tagIcon={Shield}
buttons={[{ text: "Verify Our Credentials", href: "#" }]} buttons={[{ text: "Verify Our Credentials", href: "#" }]}
imageSrc="http://img.b2bpic.net/free-photo/happy-engineer-young-black-worker-handshaking-while-greeting-industrial-building_637285-4767.jpg" imageSrc="http://img.b2bpic.net/free-photo/happy-engineer-young-black-worker-handshaking-while-greeting-industrial-building_637285-4767.jpg?_wi=2"
imageAlt="Our trusted team of professionals" imageAlt="Our trusted team of professionals"
useInvertedBackground={false} useInvertedBackground={false}
/> />