From 44991bc1c8e343704d5daf62dd984ae01681bc4c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 01:10:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 305 ++++++++++++----------------------------------- 1 file changed, 73 insertions(+), 232 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3479af5..5d966a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Cloud, Database, Facebook, HardDrive, Headphones, Instagram, Linkedin, Recycle, Server, Share2, Shield, ShieldCheck, Twitter, Wifi } from "lucide-react"; +import { ArrowUpRight, Cable, Cloud, Database, Facebook, HardDrive, Headphones, Instagram, Linkedin, Recycle, Router, Server, Share2, Shield, ShieldCheck, Twitter, Wifi } from "lucide-react"; export default function LandingPage() { return ( @@ -33,30 +33,18 @@ export default function LandingPage() { @@ -167,7 +115,7 @@ export default function LandingPage() { description="Allegiant System Solution is a leading IT services provider committed to delivering excellence in technology solutions. We are dedicated to empowering businesses through top-notch IT services, customized to meet unique demands and drive growth." subdescription="Our mission is to ensure your IT infrastructure is robust, secure, and optimized for peak performance, allowing you to focus on what you do best." icon={ShieldCheck} - imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-ai-alignment-illustration_23-2151106542.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-ai-alignment-illustration_23-2151106542.jpg" imageAlt="Abstract illustration of IT integration and growth" mediaAnimation="slide-up" /> @@ -180,79 +128,52 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Managed IT Services", - description: "Proactive monitoring and maintenance to prevent issues before they arise, ensuring maximum uptime and efficiency for your operations.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-working-high-tech-server-hub_482257-124060.jpg", - imageAlt: "Managed IT Services", - }, + title: "Managed IT Services", description: "Proactive monitoring and maintenance to prevent issues before they arise, ensuring maximum uptime and efficiency for your operations.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-working-high-tech-server-hub_482257-124060.jpg", imageAlt: "Managed IT Services"}, items: [ { icon: Shield, - text: "24/7 Monitoring", - }, + text: "24/7 Monitoring"}, { icon: ArrowUpRight, - text: "Performance Optimization", - }, + text: "Performance Optimization"}, { icon: Recycle, - text: "Routine Maintenance", - }, + text: "Routine Maintenance"}, ], reverse: false, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9f6sgh", - imageAlt: "managed IT services security shield network", }, { - title: "Network Support", - description: "From setup to troubleshooting, we provide robust network solutions that guarantee reliable connectivity and secure data flow for your business.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/employee-using-laptop-oversee-data-center-machines_482257-125806.jpg", - imageAlt: "Network Support", - }, + title: "Network Support", description: "From setup to troubleshooting, we provide robust network solutions that guarantee reliable connectivity and secure data flow for your business.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/employee-using-laptop-oversee-data-center-machines_482257-125806.jpg", imageAlt: "Network Support"}, items: [ { icon: Wifi, - text: "Secure Wi-Fi Setup", - }, + text: "Secure Wi-Fi Setup"}, { icon: Cable, - text: "Cabling & Infrastructure", - }, + text: "Cabling & Infrastructure"}, { icon: Router, - text: "Network Troubleshooting", - }, + text: "Network Troubleshooting"}, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/team-members-suits-overseeing-factory-activity-green-screen_482257-125952.jpg", - imageAlt: "managed IT services security shield network", }, { - title: "Server Support & Business Solutions", - description: "Expert server management and tailored IT business solutions to enhance your productivity, secure your data, and scale your operations.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/storage-cloud_1048-1655.jpg", - imageAlt: "Server Support", - }, + title: "Server Support & Business Solutions", description: "Expert server management and tailored IT business solutions to enhance your productivity, secure your data, and scale your operations.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/storage-cloud_1048-1655.jpg", imageAlt: "Server Support"}, items: [ { icon: Server, - text: "Server Installation", - }, + text: "Server Installation"}, { icon: HardDrive, - text: "Data Recovery", - }, + text: "Data Recovery"}, { icon: Cloud, - text: "Cloud Integration", - }, + text: "Cloud Integration"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-ai-alignment-illustration_23-2151106542.jpg?_wi=2", - imageAlt: "managed IT services security shield network", }, ]} title="Our Core Services" @@ -266,14 +187,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Tech Solutions Inc.", - "Global Dynamics", - "Innovate Ventures", - "Digital Edge", - "Enterprise Connect", - "Apex Systems", - "NextGen Innovations", - ]} + "Tech Solutions Inc.", "Global Dynamics", "Innovate Ventures", "Digital Edge", "Enterprise Connect", "Apex Systems", "NextGen Innovations"]} title="Trusted by Leading Businesses" description="Our commitment to excellence has earned the trust of diverse clients across various industries." tag="Partners" @@ -287,20 +201,11 @@ export default function LandingPage() { tag="Impact" metrics={[ { - id: "1", - value: "99.9%", - description: "Uptime Guarantee", - }, + id: "1", value: "99.9%", description: "Uptime Guarantee"}, { - id: "2", - value: "150+", - description: "Satisfied Clients", - }, + id: "2", value: "150+", description: "Satisfied Clients"}, { - id: "3", - value: "10+", - description: "Years in Business", - }, + id: "3", value: "10+", description: "Years in Business"}, ]} metricsAnimation="slide-up" /> @@ -313,64 +218,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "CEO", - company: "TechCorp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-laptop-standing-with-his-manager-workplace_23-2147923455.jpg", - imageAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-laptop-standing-with-his-manager-workplace_23-2147923455.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", - name: "Michael Chen", - role: "CTO", - company: "InnovateLab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/executive-assistant-multinational-company-work-big-business-project_482257-113916.jpg", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/executive-assistant-multinational-company-work-big-business-project_482257-113916.jpg", imageAlt: "Michael Chen"}, { - id: "3", - name: "Emily Rodriguez", - role: "Marketing Director", - company: "GrowthCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", - imageAlt: "Emily Rodriguez", - }, + id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", imageAlt: "Emily Rodriguez"}, { - id: "4", - name: "David Kim", - role: "Small Business Owner", - company: "Local Foods", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826976.jpg", - imageAlt: "David Kim", - }, + id: "4", name: "David Kim", role: "Small Business Owner", company: "Local Foods", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826976.jpg", imageAlt: "David Kim"}, { - id: "5", - name: "Jessica Lee", - role: "Operations Manager", - company: "Global Logistics", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-architect-using-touch-screen-building-model-maquette-layout-engineer-working-with-blueprint-plan-construction-development-graphic-design-architectural-office_482257-31903.jpg", - imageAlt: "Jessica Lee", - }, + id: "5", name: "Jessica Lee", role: "Operations Manager", company: "Global Logistics", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-architect-using-touch-screen-building-model-maquette-layout-engineer-working-with-blueprint-plan-construction-development-graphic-design-architectural-office_482257-31903.jpg", imageAlt: "Jessica Lee"}, ]} kpiItems={[ { - value: "5", - label: "Star Rating", - }, + value: "5", label: "Star Rating"}, { - value: "99%", - label: "Client Retention", - }, + value: "99%", label: "Client Retention"}, { - value: "24/7", - label: "Support", - }, + value: "24/7", label: "Support"}, ]} title="What Our Clients Say" description="Don't just take our word for it. Hear from businesses who have experienced the Allegiant System Solution difference." @@ -382,20 +251,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "What kind of businesses do you support?", - content: "We primarily support Small and Medium Businesses (SMBs) across various industries, offering tailored IT solutions to meet their specific needs.", - }, + id: "1", title: "What kind of businesses do you support?", content: "We primarily support Small and Medium Businesses (SMBs) across various industries, offering tailored IT solutions to meet their specific needs."}, { - id: "2", - title: "What are your typical response times for IT issues?", - content: "Our dedicated support team aims for rapid response times, typically within an hour for critical issues, ensuring your operations face minimal disruption.", - }, + id: "2", title: "What are your typical response times for IT issues?", content: "Our dedicated support team aims for rapid response times, typically within an hour for critical issues, ensuring your operations face minimal disruption."}, { - id: "3", - title: "Do you offer remote and on-site support?", - content: "Yes, we provide both comprehensive remote support and efficient on-site assistance as needed, ensuring flexibility and immediate problem resolution.", - }, + id: "3", title: "Do you offer remote and on-site support?", content: "Yes, we provide both comprehensive remote support and efficient on-site assistance as needed, ensuring flexibility and immediate problem resolution."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Find answers to common questions about our IT support services." @@ -410,27 +270,16 @@ export default function LandingPage() { description="Ready to optimize your IT infrastructure? Contact us today for a consultation or support." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - }, + name: "phone", type: "tel", placeholder: "Your Phone Number"}, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 4, + name: "message", placeholder: "Your Message", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/customer-service-workers-dark-office_74855-2733.jpg" @@ -450,24 +299,16 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com", - ariaLabel: "Facebook", - }, + href: "https://facebook.com", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com", - ariaLabel: "Instagram", - }, + href: "https://instagram.com", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "https://linkedin.com", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com", ariaLabel: "LinkedIn"}, { icon: Twitter, - href: "https://twitter.com", - ariaLabel: "Twitter", - }, + href: "https://twitter.com", ariaLabel: "Twitter"}, ]} /> -- 2.49.1