diff --git a/src/app/page.tsx b/src/app/page.tsx index 230cafe..ae64fc4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -239,11 +239,16 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", title: "What services does Your Company Name offer?", content: "Your Company Name offers a range of services including software development, cloud solutions, data analytics, and dedicated support. We tailor our offerings to meet your specific business needs."},n { - id: "q2", title: "How can I get a quote for my project here?", content: "You can request a quote by filling out the contact form on our website or by reaching out to us directly via email or phone. Our team will get back to you promptly."},n { - id: "q3", title: "What makes Your Company Name different?", content: "Our commitment to client success, innovative approach, and 24/7 expert support set us apart. We focus on building long-term partnerships and delivering measurable value."},n { - id: "q4", title: "Do you work with startups and small businesses here?", content: "Yes, we proudly partner with businesses of all sizes, from ambitious startups to large enterprises. Our solutions are scalable and adaptable to various operational needs."},n { - id: "q5", title: "What is your approach to data security here?", content: "Data security is our top priority. We implement industry-leading encryption, compliance protocols, and regular audits to ensure your data is protected at all times."},n ]} + id: "q1", title: "What services does Your Company Name offer?", content: "Your Company Name offers a range of services including software development, cloud solutions, data analytics, and dedicated support. We tailor our offerings to meet your specific business needs."}, + { + id: "q2", title: "How can I get a quote for my project here?", content: "You can request a quote by filling out the contact form on our website or by reaching out to us directly via email or phone. Our team will get back to you promptly."}, + { + id: "q3", title: "What makes Your Company Name different?", content: "Our commitment to client success, innovative approach, and 24/7 expert support set us apart. We focus on building long-term partnerships and delivering measurable value."}, + { + id: "q4", title: "Do you work with startups and small businesses here?", content: "Yes, we proudly partner with businesses of all sizes, from ambitious startups to large enterprises. Our solutions are scalable and adaptable to various operational needs."}, + { + id: "q5", title: "What is your approach to data security here?", content: "Data security is our top priority. We implement industry-leading encryption, compliance protocols, and regular audits to ensure your data is protected at all times."}, + ]} title="Your Questions Answered" description="Browse common questions about Your Company Name and our services, or reach out to us directly for personalized support." faqsAnimation="slide-up"