Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
410
src/app/page.tsx
410
src/app/page.tsx
@@ -3,10 +3,10 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
@@ -33,28 +33,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Vale Logic"
|
||||
button={{
|
||||
text: "Support",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Support", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,37 +47,14 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="VALE LOGIC"
|
||||
description="24/7 managed IT services, disaster recovery, and rapid remote support for Midlands businesses. Trusted by local companies to keep systems running, data safe, and downtime gone."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Free IT Assessment",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Your Free IT Assessment", href: "#contact" }]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upset-engineer-data-center-replaced-by-ai-packing-desk-items_482257-123313.jpg?_wi=1",
|
||||
imageAlt: "digital server infrastructure modern",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-ai-tech-agency-workspace-providing-custom-software-development-services_482257-120228.jpg?_wi=1",
|
||||
imageAlt: "modern office tech setup",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-flowing-particles_1048-14872.jpg?_wi=1",
|
||||
imageAlt: "secure network connections digital",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corridor-server-room-data-center_181624-61663.jpg?_wi=1",
|
||||
imageAlt: "server room modern lights",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-supervising-work-server-room-engineer-using-ai-review-infrastructure-diagnostics_482257-136307.jpg?_wi=1",
|
||||
imageAlt: "it team server diagnostics",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-security-network-protection-concept_23-2151998482.jpg",
|
||||
imageAlt: "cloud data storage futuristic",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/upset-engineer-data-center-replaced-by-ai-packing-desk-items_482257-123313.jpg?_wi=1", imageAlt: "digital server infrastructure modern" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-ai-tech-agency-workspace-providing-custom-software-development-services_482257-120228.jpg?_wi=1", imageAlt: "modern office tech setup" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-flowing-particles_1048-14872.jpg?_wi=1", imageAlt: "secure network connections digital" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/corridor-server-room-data-center_181624-61663.jpg?_wi=1", imageAlt: "server room modern lights" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/manager-supervising-work-server-room-engineer-using-ai-review-infrastructure-diagnostics_482257-136307.jpg?_wi=1", imageAlt: "it team server diagnostics" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-security-network-protection-concept_23-2151998482.jpg", imageAlt: "cloud data storage futuristic" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,21 +64,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Impact in Numbers"
|
||||
metrics={[
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Response Time",
|
||||
value: "15 min",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Projects Secured",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Downtime Reduced",
|
||||
value: "99%",
|
||||
},
|
||||
{ icon: Clock, label: "Response Time", value: "15 min" },
|
||||
{ icon: ShieldCheck, label: "Projects Secured", value: "500+" },
|
||||
{ icon: Zap, label: "Downtime Reduced", value: "99%" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -128,36 +78,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Managed Security",
|
||||
description: "24/7 proactive monitoring and defense against evolving cyber threats.",
|
||||
},
|
||||
{
|
||||
icon: Server,
|
||||
title: "Disaster Recovery",
|
||||
description: "Secure, automated backups ensuring your business critical data is never lost.",
|
||||
},
|
||||
{
|
||||
icon: RefreshCw,
|
||||
title: "Rapid Remote Support",
|
||||
description: "Immediate troubleshooting to resolve IT issues without costly downtime.",
|
||||
},
|
||||
{
|
||||
icon: Network,
|
||||
title: "Infrastructure Management",
|
||||
description: "Proactive maintenance of your servers, networks, and cloud architecture.",
|
||||
},
|
||||
{
|
||||
icon: Database,
|
||||
title: "Hardware Support",
|
||||
description: "On-site and remote hardware troubleshooting and deployment services.",
|
||||
},
|
||||
{
|
||||
icon: Headphones,
|
||||
title: "Expert Help Desk",
|
||||
description: "Friendly, experienced local engineers ready to support your team.",
|
||||
},
|
||||
{ icon: Shield, title: "Managed Security", description: "24/7 proactive monitoring and defense against evolving cyber threats." },
|
||||
{ icon: Server, title: "Disaster Recovery", description: "Secure, automated backups ensuring your business critical data is never lost." },
|
||||
{ icon: RefreshCw, title: "Rapid Remote Support", description: "Immediate troubleshooting to resolve IT issues without costly downtime." },
|
||||
{ icon: Network, title: "Infrastructure Management", description: "Proactive maintenance of your servers, networks, and cloud architecture." },
|
||||
{ icon: Database, title: "Hardware Support", description: "On-site and remote hardware troubleshooting and deployment services." },
|
||||
{ icon: Headphones, title: "Expert Help Desk", description: "Friendly, experienced local engineers ready to support your team." },
|
||||
]}
|
||||
title="Comprehensive IT Support"
|
||||
description="Reliable managed services to keep your business running smoothly."
|
||||
@@ -171,60 +97,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Security",
|
||||
name: "Endpoint Defense",
|
||||
price: "From £15/mo",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-160250.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Cloud",
|
||||
name: "Server Backup",
|
||||
price: "From £25/mo",
|
||||
rating: 5,
|
||||
reviewCount: "32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-employee-watches-greenscreen_482257-76699.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Support",
|
||||
name: "Remote Helpdesk",
|
||||
price: "From £40/mo",
|
||||
rating: 5,
|
||||
reviewCount: "58",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-futuristic-abstract-illuminate-line-dot-wireless-connection-wave-with-triangle-bright-blue-background-mobile-banking-shopping-online-concept-technology-future_493343-29981.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Consulting",
|
||||
name: "IT Infrastructure",
|
||||
price: "Custom Pricing",
|
||||
rating: 5,
|
||||
reviewCount: "19",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-racks-storing-ai-datasets-simulation-training-predictive-tasks_482257-124190.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Software",
|
||||
name: "Microsoft 365 Management",
|
||||
price: "From £10/mo",
|
||||
rating: 5,
|
||||
reviewCount: "41",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delighted-data-center-team-leader-pleased-by-improved-system-efficiency-metrics_482257-123323.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Network",
|
||||
name: "VPN Solutions",
|
||||
price: "From £20/mo",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-cloud-data-storage-concept-cloudscape-digital-online-server-global-network-business-web-database-backup-computer-private-infrastructure-technology_90220-1345.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Security", name: "Endpoint Defense", price: "From £15/mo", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-160250.jpg" },
|
||||
{ id: "p2", brand: "Cloud", name: "Server Backup", price: "From £25/mo", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/office-employee-watches-greenscreen_482257-76699.jpg" },
|
||||
{ id: "p3", brand: "Support", name: "Remote Helpdesk", price: "From £40/mo", rating: 5, reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-futuristic-abstract-illuminate-line-dot-wireless-connection-wave-with-triangle-bright-blue-background-mobile-banking-shopping-online-concept-technology-future_493343-29981.jpg" },
|
||||
{ id: "p4", brand: "Consulting", name: "IT Infrastructure", price: "Custom Pricing", rating: 5, reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/server-racks-storing-ai-datasets-simulation-training-predictive-tasks_482257-124190.jpg" },
|
||||
{ id: "p5", brand: "Software", name: "Microsoft 365 Management", price: "From £10/mo", rating: 5, reviewCount: "41", imageSrc: "http://img.b2bpic.net/free-photo/delighted-data-center-team-leader-pleased-by-improved-system-efficiency-metrics_482257-123323.jpg" },
|
||||
{ id: "p6", brand: "Network", name: "VPN Solutions", price: "From £20/mo", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/online-cloud-data-storage-concept-cloudscape-digital-online-server-global-network-business-web-database-backup-computer-private-infrastructure-technology_90220-1345.jpg" },
|
||||
]}
|
||||
title="Core IT Offerings"
|
||||
description="Essential technology tools and services to scale your operations."
|
||||
@@ -237,42 +115,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "£299/mo",
|
||||
subtitle: "Perfect for startups up to 10 staff",
|
||||
features: [
|
||||
"Remote Support",
|
||||
"Basic Security",
|
||||
"Daily Backups",
|
||||
"Email Support",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Recommended",
|
||||
price: "£599/mo",
|
||||
subtitle: "For established growing businesses",
|
||||
features: [
|
||||
"Everything in Basic",
|
||||
"Advanced Threat Defense",
|
||||
"On-site Visits",
|
||||
"Veeam Expertise",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Custom",
|
||||
price: "Custom",
|
||||
subtitle: "Full IT management for 25+ users",
|
||||
features: [
|
||||
"Dedicated Consultant",
|
||||
"24/7 Monitoring",
|
||||
"Disaster Recovery Plan",
|
||||
"Priority Response",
|
||||
],
|
||||
},
|
||||
{ id: "basic", badge: "Essential", price: "£299/mo", subtitle: "Perfect for startups up to 10 staff", features: ["Remote Support", "Basic Security", "Daily Backups", "Email Support"] },
|
||||
{ id: "pro", badge: "Recommended", price: "£599/mo", subtitle: "For established growing businesses", features: ["Everything in Basic", "Advanced Threat Defense", "On-site Visits", "Veeam Expertise"] },
|
||||
{ id: "enterprise", badge: "Custom", price: "Custom", subtitle: "Full IT management for 25+ users", features: ["Dedicated Consultant", "24/7 Monitoring", "Disaster Recovery Plan", "Priority Response"] },
|
||||
]}
|
||||
title="Simple IT Contracts"
|
||||
description="Affordable packages tailored to Midlands business needs."
|
||||
@@ -286,30 +131,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Alex Rivers",
|
||||
role: "Head Technician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Security Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-doing-server-checkup_482257-90871.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Mark Davies",
|
||||
role: "Systems Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-office-businessman-white-shirt-man-works-with-laptop_1157-39239.jpg",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Joanna Croft",
|
||||
role: "Help Desk Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sitting-black-chair-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17240.jpg",
|
||||
},
|
||||
{ id: "m1", name: "Alex Rivers", role: "Head Technician", imageSrc: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg" },
|
||||
{ id: "m2", name: "Sarah Jenkins", role: "Security Specialist", imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-doing-server-checkup_482257-90871.jpg" },
|
||||
{ id: "m3", name: "Mark Davies", role: "Systems Consultant", imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-office-businessman-white-shirt-man-works-with-laptop_1157-39239.jpg" },
|
||||
{ id: "m4", name: "Joanna Croft", role: "Help Desk Lead", imageSrc: "http://img.b2bpic.net/free-photo/sitting-black-chair-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17240.jpg" },
|
||||
]}
|
||||
title="Our Expert Team"
|
||||
description="Meet the local professionals dedicated to your success."
|
||||
@@ -321,61 +146,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
date: "10/2024",
|
||||
title: "Director, Midlands Co.",
|
||||
quote: "Vale Logic saved our business from a major server failure. Incredible team.",
|
||||
tag: "Trusted",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upset-engineer-data-center-replaced-by-ai-packing-desk-items_482257-123313.jpg?_wi=2",
|
||||
imageAlt: "business portrait professional office",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Thorne",
|
||||
date: "11/2024",
|
||||
title: "Manager, Retail Group",
|
||||
quote: "Reliable, fast, and always proactive. Couldn't ask for better support.",
|
||||
tag: "Proactive",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-ai-tech-agency-workspace-providing-custom-software-development-services_482257-120228.jpg?_wi=2",
|
||||
imageAlt: "business portrait professional office",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Clare Higgins",
|
||||
date: "12/2024",
|
||||
title: "Founder, Growth Lab",
|
||||
quote: "They helped us implement Veeam backup seamlessly. True experts.",
|
||||
tag: "Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-listening-music-room-with-loft-interior_613910-4423.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-flowing-particles_1048-14872.jpg?_wi=2",
|
||||
imageAlt: "business portrait professional office",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "James Cook",
|
||||
date: "01/2025",
|
||||
title: "IT Lead, Logistics Co.",
|
||||
quote: "Rapid response times whenever we have a technical glitch. Very satisfied.",
|
||||
tag: "Responsive",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corridor-server-room-data-center_181624-61663.jpg?_wi=2",
|
||||
imageAlt: "business portrait professional office",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emma Wright",
|
||||
date: "02/2025",
|
||||
title: "Owner, Boutique Shop",
|
||||
quote: "Professional, easy to talk to, and they get the job done right.",
|
||||
tag: "Efficient",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-supervising-work-server-room-engineer-using-ai-review-infrastructure-diagnostics_482257-136307.jpg?_wi=2",
|
||||
imageAlt: "business portrait professional office",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Miller", date: "10/2024", title: "Director, Midlands Co.", quote: "Vale Logic saved our business from a major server failure. Incredible team.", tag: "Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageSrc: "http://img.b2bpic.net/free-photo/upset-engineer-data-center-replaced-by-ai-packing-desk-items_482257-123313.jpg?_wi=2", imageAlt: "business portrait professional office" },
|
||||
{ id: "t2", name: "David Thorne", date: "11/2024", title: "Manager, Retail Group", quote: "Reliable, fast, and always proactive. Couldn't ask for better support.", tag: "Proactive", avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg", imageSrc: "http://img.b2bpic.net/free-photo/empty-ai-tech-agency-workspace-providing-custom-software-development-services_482257-120228.jpg?_wi=2", imageAlt: "business portrait professional office" },
|
||||
{ id: "t3", name: "Clare Higgins", date: "12/2024", title: "Founder, Growth Lab", quote: "They helped us implement Veeam backup seamlessly. True experts.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-listening-music-room-with-loft-interior_613910-4423.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-flowing-particles_1048-14872.jpg?_wi=2", imageAlt: "business portrait professional office" },
|
||||
{ id: "t4", name: "James Cook", date: "01/2025", title: "IT Lead, Logistics Co.", quote: "Rapid response times whenever we have a technical glitch. Very satisfied.", tag: "Responsive", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg", imageSrc: "http://img.b2bpic.net/free-photo/corridor-server-room-data-center_181624-61663.jpg?_wi=2", imageAlt: "business portrait professional office" },
|
||||
{ id: "t5", name: "Emma Wright", date: "02/2025", title: "Owner, Boutique Shop", quote: "Professional, easy to talk to, and they get the job done right.", tag: "Efficient", avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", imageSrc: "http://img.b2bpic.net/free-photo/manager-supervising-work-server-room-engineer-using-ai-review-infrastructure-diagnostics_482257-136307.jpg?_wi=2", imageAlt: "business portrait professional office" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear from local businesses we support daily."
|
||||
@@ -383,105 +158,36 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you support businesses outside Evesham?",
|
||||
content: "Yes, we support businesses across the wider Midlands region with rapid remote access.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How quickly do you respond to issues?",
|
||||
content: "Most remote issues are resolved within 15-30 minutes of being reported.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer disaster recovery planning?",
|
||||
content: "Yes, we specialize in comprehensive disaster recovery and Veeam backup implementations.",
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Are you open on weekends?",
|
||||
content: "Our remote management team provides 24/7 support for all managed contract clients.",
|
||||
},
|
||||
{ id: "q1", title: "Do you support businesses outside Evesham?", content: "Yes, we support businesses across the wider Midlands region with rapid remote access." },
|
||||
{ id: "q2", title: "How quickly do you respond to issues?", content: "Most remote issues are resolved within 15-30 minutes of being reported." },
|
||||
{ id: "q3", title: "Do you offer disaster recovery planning?", content: "Yes, we specialize in comprehensive disaster recovery and Veeam backup implementations." },
|
||||
{ id: "q4", title: "Are you open on weekends?", content: "Our remote management team provides 24/7 support for all managed contract clients." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to commonly asked questions about our managed services."
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Answers to commonly asked questions about our managed services."
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
<ContactCTA
|
||||
tag="Get In Touch"
|
||||
title="Get Your Free IT Assessment"
|
||||
description="Stop worrying about your IT systems. Contact us for a consultation."
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your business email"
|
||||
tag="Get In Touch"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-analyzing-performance-metrics-his-computer-workplace_482257-122613.jpg"
|
||||
imageAlt="Businessman analyzing performance metrics on his computer at the workplace"
|
||||
buttons={[{ text: "Schedule Now", href: "#contact" }]}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Managed IT",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Disaster Recovery",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
<FooterLogoReveal
|
||||
logoText="VALE LOGIC"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user