From 90382a36e4338d98770341f5c9df6c5bc8b4990f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 13:42:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 410 +++++++---------------------------------------- 1 file changed, 58 insertions(+), 352 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c02754..3de7097 100644 --- a/src/app/page.tsx +++ b/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() { @@ -62,37 +47,14 @@ export default function LandingPage() { @@ -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() {
-
-