Contact Us
We'd love to hear from you
Unknown SDUI Component: "office_locations"
%{
"props" => %{
"offices" => [
%{
"address" => "25 Adeola Odeku Street, Victoria Island, Lagos, Nigeria",
"email" => "lagos@telvida.com",
"name" => "Lagos HQ",
"phone" => "+234 1 234 5678"
},
%{
"address" => "Plot 123, Gana Street, Maitama, Abuja, Nigeria",
"email" => "abuja@telvida.com",
"name" => "Abuja"
}
],
"title" => "Our Offices"
},
"type" => "office_locations"
}
Unknown SDUI Component: "contact_form"
%{
"props" => %{
"cta_label" => "Send message",
"fields" => [
%{
"key" => "name",
"label" => "Full Name",
"required" => true,
"type" => "text"
},
%{
"key" => "email",
"label" => "Email",
"required" => true,
"type" => "email"
},
%{
"key" => "company",
"label" => "Company",
"required" => false,
"type" => "text"
},
%{
"key" => "topic",
"label" => "Topic",
"options" => [
%{"label" => "Partnership", "value" => "partnership"},
%{"label" => "Investor Relations", "value" => "investor"},
%{"label" => "Sales / New Service", "value" => "sales"},
%{"label" => "Customer Support", "value" => "support"},
%{"label" => "General Inquiry", "value" => "general"}
],
"required" => true,
"type" => "select"
},
%{
"key" => "message",
"label" => "Message",
"required" => true,
"type" => "textarea"
}
],
"routing" => "telvida_contact_routing",
"submit_to_entity" => "drosite_form_submissions",
"subtitle" => "Discovery calls within 24 business hours.",
"title" => "Send us a message"
},
"type" => "contact_form"
}
Unknown SDUI Component: "inline_links"
%{
"props" => %{
"links" => [
%{
"href" => "mailto:investors@telvida.com",
"label" => "Investor Relations"
},
%{"href" => "mailto:careers@telvida.com", "label" => "Careers"},
%{"href" => "mailto:sales@telvida.com", "label" => "Sales"}
],
"title" => "Or email us directly"
},
"type" => "inline_links"
}