diff --git a/src/app/page.tsx b/src/app/page.tsx index ffe16de..1837a93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { name: "Contact", id: "contact"}, ]} button={{ - text: "Get Quote", href: "#contact"}} + text: "Enroll Now", href: "#contact"}} brandName="JM Roofing" /> @@ -139,14 +139,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", title: "Do you offer free estimates?", content: "Yes, Jose provides prompt, free estimates for all residential roofing projects."}, + id: "1", title: "How do I enroll in the $1,000 course?", content: "You can enroll directly through our website by filling out the contact form below with your details."}, { - id: "2", title: "What roofing materials do you use?", content: "We use only premium quality materials that meet local safety and aesthetic standards."}, + id: "2", title: "What is included in the $1,000 curriculum?", content: "The course covers advanced roofing techniques, business management for contractors, and safety protocols."}, { - id: "3", title: "How long does a replacement take?", content: "Most projects are completed efficiently within a few days, depending on roof size and complexity."}, + id: "3", title: "Can I pay in installments?", content: "We offer flexible payment plans for the $1,000 course to help you manage your investment effectively."}, ]} - title="Roofing FAQ" - description="Have questions about our process? We're here to help." + title="Course FAQ" + description="Learn more about our professional roofing certification course." faqsAnimation="slide-up" /> @@ -154,22 +154,22 @@ export default function LandingPage() {