Merge branch 'v4-prod' into v4

pull/5848/head
Cagatay Civici 2024-06-06 14:12:10 +03:00
commit 9f197f09b4
1 changed files with 43 additions and 31 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<div class="flex flex-col xl:flex-row mb-8 gap-8"> <div class="flex flex-col md:flex-row mb-8 gap-8">
<div class="card flex-1 !m-0 relative overflow-hidden"> <div class="card flex-1 !m-0 relative overflow-hidden">
<i class="pi pi-github absolute opacity-20" style="bottom: -50px; right: -50px; font-size: 200px; transform: rotateX(45deg) rotateY(0deg) rotateZ(-45deg)"></i> <i class="pi pi-github absolute opacity-20" style="bottom: -50px; right: -50px; font-size: 200px; transform: rotateX(45deg) rotateY(0deg) rotateZ(-45deg)"></i>
<div class="text-2xl font-semibold mb-4 relative">Community Support</div> <div class="text-2xl font-semibold mb-4 relative">Community Support</div>
@ -21,7 +21,7 @@
</div> </div>
<div class="grid grid-cols-3 gap-8 mb-8"> <div class="grid grid-cols-3 gap-8 mb-8">
<div class="card !m-0 col-span-1"> <div class="card !m-0 col-span-full lg:col-span-1">
<div class="flex justify-between"> <div class="flex justify-between">
<div class="text-2xl font-semibold mb-4">Service Features</div> <div class="text-2xl font-semibold mb-4">Service Features</div>
<span class="font-bold text-lg">200$/h</span> <span class="font-bold text-lg">200$/h</span>
@ -72,7 +72,7 @@
</div> </div>
<a href="mailto:primetek.com.tr" class="block mt-4 w-full bg-primary rounded-border py-3 px-4 hover:bg-primary-emphasis text-center transition-all duration-300 text-primary-contrast font-semibold text-lg leading-none"> Buy Now </a> <a href="mailto:primetek.com.tr" class="block mt-4 w-full bg-primary rounded-border py-3 px-4 hover:bg-primary-emphasis text-center transition-all duration-300 text-primary-contrast font-semibold text-lg leading-none"> Buy Now </a>
</div> </div>
<div class="card !m-0 col-span-2"> <div class="card !m-0 col-span-full lg:col-span-2">
<div class="text-2xl font-semibold mb-4">How It Works</div> <div class="text-2xl font-semibold mb-4">How It Works</div>
<ul class="flex flex-col gap-4 list-none m-0 p-0 text-lg"> <ul class="flex flex-col gap-4 list-none m-0 p-0 text-lg">
<li> <li>
@ -158,36 +158,48 @@
<div class="card m-0"> <div class="card m-0">
<div class="text-2xl font-semibold mb-8">Frequently Asked Questions</div> <div class="text-2xl font-semibold mb-8">Frequently Asked Questions</div>
<div class="flex flex-wrap text-lg -ml-8 -mt-8"> <div class="flex flex-col md:flex-row text-lg gap-8">
<div class="w-full lg:w-4/12 p-8"> <div class="flex-1 flex flex-col gap-8">
<div class="leading-normal mb-2 font-medium">How many issue tracker accounts do we get?</div> <div>
<p class="mt-0 mb-8 p-0 leading-normal">We provide one account per organization.</p> <div class="leading-normal mb-2 font-semibold">How many issue tracker accounts do we get?</div>
<p class="!m-0 leading-normal">We provide one account per organization.</p>
<div class="leading-normal mb-2 font-medium">What is the duration of the service?</div>
<p class="mt-0 mb-8 p-0 leading-normal">Service ends either when all support hours are used or after 1 year.</p>
<div class="leading-normal mb-2 font-medium">What happens if we extend after 1 year and we have unused hours?</div>
<p class="mt-0 p-0 leading-normal">Unused hours expire and are not transferred to the new term.</p>
</div> </div>
<div class="w-full lg:w-4/12 p-8"> <div>
<div class="leading-normal mb-2 font-medium">Is there a minimum hour requirement?</div> <div class="leading-normal mb-2 font-semibold">What is the duration of the service?</div>
<p class="mt-0 mb-8 p-0 leading-normal">At least 30 hours are required to initiate the service.</p> <p class="!m-0 leading-normal">Service ends either when all support hours are used or after 1 year.</p>
</div>
<div class="leading-normal mb-2 font-medium">What are hours used for?</div> <div>
<p class="mt-0 mb-8 p-0 leading-normal">Hours are utilized when creating tickets, filing defects, requesting enhancements, POC implementations of a use case and questions.</p> <div class="leading-normal mb-2 font-semibold">What happens if we extend after 1 year and we have unused hours?</div>
<p class="!m-0 leading-normal">Unused hours expire and are not transferred to the new term.</p>
<div class="leading-normal mb-2 font-medium">What happens if the issue takes longer or shorter than the approved estimate?</div> </div>
<p class="mt-0 p-0 leading-normal">The confirmed estimate is still used even if it takes longer to resolve the issue.</p> </div>
<div class="flex-1 flex flex-col gap-8">
<div>
<div class="leading-normal mb-2 font-semibold">Is there a minimum hour requirement?</div>
<p class="!m-0 leading-normal">At least 30 hours are required to initiate the service.</p>
</div>
<div>
<div class="leading-normal mb-2 font-semibold">What are hours used for?</div>
<p class="!m-0 leading-normal">Hours are utilized when creating tickets, filing defects, requesting enhancements, POC implementations of a use case and questions.</p>
</div>
<div>
<div class="leading-normal mb-2 font-semibold">What happens if the issue takes longer or shorter than the approved estimate?</div>
<p class="!m-0 leading-normal">The confirmed estimate is still used even if it takes longer to resolve the issue.</p>
</div>
</div>
<div class="flex-1 flex flex-col gap-8">
<div>
<div class="leading-normal mb-2 font-semibold">Who provides the service?</div>
<p class="!m-0 leading-normal">Support service is provided by the PrimeVue team at PrimeTek.</p>
</div>
<div>
<div class="leading-normal mb-2 font-semibold">Can we request new features and enhancements?</div>
<p class="!m-0 leading-normal">Yes, initially the request needs to be approved by PrimeTek based on project roadmap fit. As a result, not all requests may be accepted.</p>
</div>
<div>
<div class="leading-normal mb-2 font-semibold">We are a reseller, can we purchase this support for our client?</div>
<p class="!m-0 leading-normal">That is possible, the service will be provided to your client even if you are the contact in purchase process.</p>
</div> </div>
<div class="w-full lg:w-4/12 p-8">
<div class="leading-normal mb-2 font-medium">Who provides the service?</div>
<p class="mt-0 mb-8 p-0 leading-normal">Support service is provided by the PrimeVue team at PrimeTek.</p>
<div class="leading-normal mb-2 font-medium">Can we request new features and enhancements?</div>
<p class="mt-0 p-0 leading-normal">Yes, initially the request needs to be approved by PrimeTek based on project roadmap fit. As a result, not all requests may be accepted.</p>
<div class="leading-normal mb-2 font-medium">We are a reseller, can we purchase this support for our client?</div>
<p class="mt-0 p-0 leading-normal">That is possible, the service will be provided to your client even if you are the contact in purchase process.</p>
</div> </div>
</div> </div>
</div> </div>