From 108e231ccc1c2afc91b794a43e32eb6fcbbcba46 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:50:34 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6aed510..6545fd1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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"