Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-11 15:50:25 +00:00
Showing only changes of commit 57ab14c6a3 - Show all commits

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Over Ons",
id: "about",
},
name: "Over Ons", id: "about"},
{
name: "Diensten",
id: "features",
},
name: "Diensten", id: "features"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Seca Support"
/>
@@ -57,32 +47,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
variant: "plain"}}
title="Professionele IT-Ondersteuning voor Seca"
description="Wij bieden deskundige IT-support op maat om uw Seca-oplossingen optimaal draaiende te houden. Betrouwbaar, snel en persoonlijk."
tag="Uw partner in IT-support"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg",
imageAlt: "modern office support desk friendly",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg", imageAlt: "modern office support desk friendly"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-using-digital-tablet_1262-16929.jpg",
imageAlt: "support ticket software dashboard",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-call-center-agent-using-remote-access-tools-computer_482257-117942.jpg",
imageAlt: "Portrait of cheerful call center agent using remote access tools on computer",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/telephone-conversation_1098-15562.jpg",
imageAlt: "Telephone conversation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-pointing-up-isolated-white_141793-77443.jpg",
imageAlt: "Impressed young bald call center man wearing headset sitting at desk with work tools looking and pointing up isolated on white",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-using-digital-tablet_1262-16929.jpg", imageAlt: "support ticket software dashboard"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -111,20 +84,11 @@ export default function LandingPage() {
description="Wat wij voor uw bedrijf kunnen betekenen om de efficiëntie te verhogen en downtime te minimaliseren."
accordionItems={[
{
id: "1",
title: "24/7 Monitoringsupport",
content: "Wij houden uw systemen dag en nacht in de gaten om problemen proactief te verhelpen.",
},
id: "1", title: "24/7 Monitoringsupport", content: "Wij houden uw systemen dag en nacht in de gaten om problemen proactief te verhelpen."},
{
id: "2",
title: "Hardware Installatie",
content: "Professionele installatie en configuratie van al uw hardware op locatie.",
},
id: "2", title: "Hardware Installatie", content: "Professionele installatie en configuratie van al uw hardware op locatie."},
{
id: "3",
title: "Netwerk Beheer",
content: "Veilige en stabiele netwerkverbindingen voor een ongestoorde workflow.",
},
id: "3", title: "Netwerk Beheer", content: "Veilige en stabiele netwerkverbindingen voor een ongestoorde workflow."},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-internet-communication-network-with-copy-space_23-2148779284.jpg"
mediaAnimation="slide-up"
@@ -138,20 +102,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Hoe snel reageren jullie?",
content: "Wij streven naar een reactietijd van binnen 2 uur tijdens kantooruren.",
},
id: "f1", title: "Hoe snel reageren jullie?", content: "Wij streven naar een reactietijd van binnen 2 uur tijdens kantooruren."},
{
id: "f2",
title: "Werken jullie op locatie?",
content: "Ja, voor complexe hardware vraagstukken komen wij bij u langs.",
},
id: "f2", title: "Werken jullie op locatie?", content: "Ja, voor complexe hardware vraagstukken komen wij bij u langs."},
{
id: "f3",
title: "Is er een contract vereist?",
content: "Nee, wij bieden zowel projectbasis als abonnementsvormen aan.",
},
id: "f3", title: "Is er een contract vereist?", content: "Nee, wij bieden zowel projectbasis als abonnementsvormen aan."},
]}
title="Veelgestelde vragen"
description="Hier vindt u antwoorden op de meest gestelde vragen over onze werkwijze."
@@ -163,14 +118,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Klaar om uw IT te optimaliseren? Neem contact op met Seca Support voor een vrijblijvend adviesgesprek."
buttons={[
{
text: "Contact opnemen",
href: "mailto:info@secasupport.nl",
},
text: "Contact opnemen", href: "mailto:info@secasupport.nl"},
]}
/>
</div>
@@ -181,29 +133,19 @@ export default function LandingPage() {
{
items: [
{
label: "Over ons",
href: "#about",
},
label: "Over ons", href: "#about"},
{
label: "Diensten",
href: "#features",
},
label: "Diensten", href: "#features"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "Privacybeleid",
href: "#",
},
label: "Privacybeleid", href: "#"},
{
label: "Algemene Voorwaarden",
href: "#",
},
label: "Algemene Voorwaarden", href: "#"},
],
},
]}