Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-20 04:48:22 +00:00

View File

@@ -44,13 +44,13 @@ export default function LandingPage() {
tag="Professional Technical Solutions"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Get a Free Quote", href: "#contact" },
{ text: "View Our Services", href: "#services" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/woman-electrician-poses-by-switchboard-hardhat-technician-portrait_169016-71130.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/woman-electrician-poses-by-switchboard-hardhat-technician-portrait_169016-71130.jpg"
imageAlt="fiber optic network installation technician"
/>
</div>
@@ -99,15 +99,15 @@ export default function LandingPage() {
features={[
{
id: "fiber-networking", title: "Fiber Optic Networking", author: "Infrastructure", description: "High-speed, future-proof fiber installations for homes and businesses. We provide cutting-edge connectivity solutions designed to scale with your needs.", tags: ["High-Speed", "Future-Proof"],
imageSrc: "http://img.b2bpic.net/free-photo/proficient-data-center-management_482257-89058.jpg?_wi=1", imageAlt: "fiber optic networking high speed connection"
imageSrc: "http://img.b2bpic.net/free-photo/proficient-data-center-management_482257-89058.jpg", imageAlt: "fiber optic networking high speed connection"
},
{
id: "network-infrastructure", title: "Network Infrastructure", author: "Connectivity", description: "Structured cabling, server setups, and optimized connectivity solutions. Our infrastructure designs maximize performance and reliability.", tags: ["Structured Cabling", "Server Setup"],
imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-working-server-room_23-2148323441.jpg?_wi=1", imageAlt: "network infrastructure server setup professional"
imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-working-server-room_23-2148323441.jpg", imageAlt: "network infrastructure server setup professional"
},
{
id: "technical-installations", title: "Technical Installations", author: "Precision Work", description: "Professional installation services with clean finishes. Every project receives meticulous attention to detail and organization.", tags: ["Clean Finish", "Professional"],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746290.jpg?_wi=1", imageAlt: "technical installation professional work"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746290.jpg", imageAlt: "technical installation professional work"
},
{
id: "commercial-solutions", title: "Commercial Solutions", author: "Business", description: "Reliable systems tailored for business environments. We understand the mission-critical nature of enterprise infrastructure.", tags: ["Enterprise", "Reliable"],
@@ -162,19 +162,19 @@ export default function LandingPage() {
features={[
{
id: "precision", title: "Precision Work", author: "Quality Focus", description: "Every installation is clean, organized, and built to last. We take pride in meticulous execution and professional standards.", tags: ["Detail-Oriented", "Quality-First"],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746290.jpg?_wi=2", imageAlt: "Precision technical work"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746290.jpg", imageAlt: "Precision technical work"
},
{
id: "on-time", title: "On-Time Delivery", author: "Reliability", description: "Projects completed within promised timelines. We respect your schedule and deliver consistently.", tags: ["Dependable", "Punctual"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-poses-by-switchboard-hardhat-technician-portrait_169016-71130.jpg?_wi=2", imageAlt: "On-time project delivery"
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-poses-by-switchboard-hardhat-technician-portrait_169016-71130.jpg", imageAlt: "On-time project delivery"
},
{
id: "expertise", title: "Technical Expertise", author: "Professional", description: "Experienced professionals who understand real-world systems and industry best practices.", tags: ["Skilled Team", "Expert Knowledge"],
imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-working-server-room_23-2148323441.jpg?_wi=2", imageAlt: "Technical expertise infrastructure"
imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-working-server-room_23-2148323441.jpg", imageAlt: "Technical expertise infrastructure"
},
{
id: "reliable", title: "Reliable Service", author: "Partnership", description: "Clients trust us — and come back. We build long-term relationships through consistent excellence.", tags: ["Trustworthy", "Repeat Clients"],
imageSrc: "http://img.b2bpic.net/free-photo/proficient-data-center-management_482257-89058.jpg?_wi=2", imageAlt: "Reliable technical services"
imageSrc: "http://img.b2bpic.net/free-photo/proficient-data-center-management_482257-89058.jpg", imageAlt: "Reliable technical services"
}
]}
/>
@@ -184,7 +184,7 @@ export default function LandingPage() {
<ContactText
text="Ready to upgrade your systems? Let InfiSol handle your next project with precision and care. Get your free quote today — we'll deliver reliable, professional solutions on time, every time."
animationType="reveal-blur"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
buttons={[
{ text: "Request a Quote Today", href: "#" },