--- export const prerender = true; import Layout from '~/layouts/PageLayout.astro'; import Hero from '~/components/widgets/Hero2.astro'; import Features from '~/components/widgets/Features.astro'; import Content from '~/components/widgets/Content.astro'; import Testimonials from '~/components/widgets/Testimonials.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; import Contact from '~/components/widgets/Contact.astro'; import { getTranslation, supportedLanguages } from '~/i18n/translations'; import OurCommitmentImage from '~/assets/images/OurCommitment.webp'; export async function getStaticPaths() { return supportedLanguages.map((lang) => ({ params: { lang }, })); } const { lang } = Astro.params; if (!supportedLanguages.includes(lang)) { return Astro.redirect('/en/'); } const t = getTranslation(lang); const metadata = { title: 'IT Systems & Automation for Businesses', description: 'IT systems & automation for businesses. Microsoft 365, Power Automate, and cloud solutions by Richard Bergsma.' }; --- ({ ...item, icon: item.icon || 'tabler:check' }))} />
{ ( t.homepage?.approach?.missionContent || [ 'We are committed to driving IT excellence through strategic cloud optimization, process automation, and enterprise-grade technical support. We leverage cutting-edge technology to address complex business challenges and deliver measurable value.', 'With deep expertise in Microsoft technologies and automation, we empower organizations to transform their digital capabilities and achieve their business objectives. We design solutions that enhance user experience and maximize productivity, ensuring technology empowers your business.', 'We stay ahead of the curve by researching and implementing emerging technologies, providing scalable solutions that adapt to your evolving needs. Our approach aligns technical solutions with your core business objectives, delivering measurable ROI and a competitive advantage.', 'Our mission is to leverage technology to solve real business challenges and create value through innovation. With over 15 years of IT experience, we bring a wealth of knowledge in Microsoft technologies, automation tools, and system integration to help organizations transform their digital capabilities and achieve their strategic goals.', ] ).map((paragraph, index, array) =>

{paragraph}

) }