Update src/app/page.tsx

This commit is contained in:
2026-04-14 06:32:08 +00:00
parent 3794ceb0d1
commit f15ed069e3

View File

@@ -109,6 +109,7 @@ export default function LandingPage() {
inputs={[{ name: "name", type: "text", placeholder: "Full Name" }, { name: "email", type: "email", placeholder: "Email Address" }]}
textarea={{ name: "message", placeholder: "How can we help?" }}
imageSrc="http://img.b2bpic.net/free-photo/car-wash-station_1157-27220.jpg"
useInvertedBackground={false}
/>
</div>