Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-04 10:29:13 +00:00

View File

@@ -178,6 +178,8 @@ export default function LandingPage() {
id: "f2", title: "Do you offer 24/7 support?", content: "Yes, we provide round-the-clock premium support for all enterprise clients."},
{
id: "f3", title: "Can you handle large infrastructure projects?", content: "Absolutely. We specialize in enterprise-grade telecom and IT infrastructure."},
{
id: "f4", title: "Do you provide Service Level Agreements (SLAs)?", content: "Yes, we offer comprehensive Service Level Agreements (SLAs) with guaranteed performance metrics to ensure maximum reliability for your enterprise requirements."},
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -224,4 +226,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}