Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 01:50:34 +00:00
parent 3ab8706721
commit 108e231ccc

View File

@@ -94,11 +94,11 @@ export default function ContactPage() {
tagAnimation="slide-up"
blogs={[
{
id: "1", category: "Phone", title: "Call Us Directly", excerpt: "Speak with a team member right now. Available for urgent emergencies 24/7. For general inquiries, we respond during business hours.", imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg", imageAlt: "Phone support contact method", authorName: "(555) 123-4567", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", date: "24/7 Emergency"},
id: "1", category: "Phone", title: "Call Us Directly", excerpt: "Speak with a team member right now. Available for urgent emergencies 24/7. For general inquiries, we respond during business hours.", imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=2", imageAlt: "Phone support contact method", authorName: "(555) 123-4567", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", date: "24/7 Emergency"},
{
id: "2", category: "Email", title: "Email Your Inquiry", excerpt: "Send us details about your roofing needs, photos, or questions. We'll respond within one business day with recommendations and next steps.", imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg", imageAlt: "Email contact method", authorName: "info@fivestartroofing.com", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", date: "1 Business Day"},
id: "2", category: "Email", title: "Email Your Inquiry", excerpt: "Send us details about your roofing needs, photos, or questions. We'll respond within one business day with recommendations and next steps.", imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=3", imageAlt: "Email contact method", authorName: "info@fivestartroofing.com", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", date: "1 Business Day"},
{
id: "3", category: "Form", title: "Request Free Inspection", excerpt: "Fill out our quick online form with your name, address, and roofing concerns. We'll schedule your inspection and send confirmation details via email.", imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg", imageAlt: "Online form submission", authorName: "Five Star Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", date: "Quick & Easy"},
id: "3", category: "Form", title: "Request Free Inspection", excerpt: "Fill out our quick online form with your name, address, and roofing concerns. We'll schedule your inspection and send confirmation details via email.", imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=4", imageAlt: "Online form submission", authorName: "Five Star Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", date: "Quick & Easy"},
]}
textboxLayout="default"
animationType="slide-up"