diff --git a/app/(website)/_components/CoreServicesSection.tsx b/app/(website)/_components/CoreServicesSection.tsx index 799f43e..e652960 100644 --- a/app/(website)/_components/CoreServicesSection.tsx +++ b/app/(website)/_components/CoreServicesSection.tsx @@ -61,9 +61,9 @@ export const defaultCoreServices: ServiceItem[] = [ }, { icon: FaProjectDiagram, - title: "Project Management", + title: "IT Implementation", description: - "Expert management ensuring on-time, within-budget delivery with superior results, risk mitigation, and maximum efficiency.", + "Empowering your business through seamless IT rollouts—delivered on time and on budget. We turn complex systems into powerful solutions that drive transformation, reduce risk, and unlock real results. ", }, { icon: FaCode, diff --git a/app/(website)/_components/HeroSection.tsx b/app/(website)/_components/HeroSection.tsx index 6737610..b3fa236 100644 --- a/app/(website)/_components/HeroSection.tsx +++ b/app/(website)/_components/HeroSection.tsx @@ -17,7 +17,7 @@ const HeroSection: React.FC = ({ subtitle, buttonText, buttonHref, - imageUrl = "/hero-bg.jpg", // Default background image + imageUrl = "/hero-bg-2.jpg", // Default background image }) => { return (
diff --git a/app/(website)/_components/HeroSectionDynamic.tsx b/app/(website)/_components/HeroSectionDynamic.tsx index de7131f..cbebef0 100644 --- a/app/(website)/_components/HeroSectionDynamic.tsx +++ b/app/(website)/_components/HeroSectionDynamic.tsx @@ -17,7 +17,7 @@ const HeroSectionDynamic: React.FC = ({ subtitle, buttonText, buttonHref, - imageUrl = "/hero-bg.jpg", // Ensure this high-quality image exists + imageUrl = "/hero-bg-2.jpg", // Ensure this high-quality image exists }) => { return (
diff --git a/app/(website)/_components/HeroSectionModern.tsx b/app/(website)/_components/HeroSectionModern.tsx index 99e7eb1..cdbde16 100644 --- a/app/(website)/_components/HeroSectionModern.tsx +++ b/app/(website)/_components/HeroSectionModern.tsx @@ -17,7 +17,7 @@ const HeroSectionModern: React.FC = ({ subtitle, buttonText, buttonHref, - imageUrl = "/hero-bg.jpg", // Default background image - MAKE SURE THIS EXISTS + imageUrl = "/hero-bg-2.jpg", // Default background image - MAKE SURE THIS EXISTS }) => { return ( // Use min-h-screen for full viewport height adjust if needed diff --git a/app/(website)/about/page.tsx b/app/(website)/about/page.tsx index d00de08..ada774e 100644 --- a/app/(website)/about/page.tsx +++ b/app/(website)/about/page.tsx @@ -125,7 +125,8 @@ const industryExpertise = [ { icon: FaBriefcase, industry: "Retail/E-commerce", - details: "Describe experience in this sector.", + details: + "Experience in building scalable e-commerce platforms, optimizing digital customer journeys, enabling secure payment integrations, and leveraging data analytics to drive personalized shopping experiences and operational efficiency.", }, ]; @@ -140,7 +141,7 @@ export default function AboutUsPage() {
{" "} {/* Add a subtle background image */}
@@ -191,7 +192,7 @@ export default function AboutUsPage() {
{/* Replace with a relevant, high-quality image representing innovation or teamwork */} Team collaborating on innovative solutions

- Our Mission + Our Purpose

"Our purpose is to help our clients drive transformative @@ -299,10 +300,9 @@ export default function AboutUsPage() { Deep Domain Knowledge

- Retail/E-commerce: Experience in building scalable e-commerce - platforms, optimizing digital customer journeys, enabling secure - payment integrations, and leveraging data analytics to drive - personalized shopping experiences and operational efficiency. + We combine broad technological capabilities with specialized + expertise across key industries, understanding the unique + challenges and opportunities within each sector.

@@ -324,6 +324,7 @@ export default function AboutUsPage() {
+ {/* Section 6: Technology Philosophy */}
@@ -378,6 +379,8 @@ export default function AboutUsPage() {
+ + {/* Section 7: Core Values (Reusing previous structure, adjusting background) */}
@@ -405,6 +408,8 @@ export default function AboutUsPage() {
+ + {/* Section 8: The OMS Partnership */}
diff --git a/app/(website)/obse/page.tsx b/app/(website)/obse/page.tsx index d6b8ec5..b72ff82 100644 --- a/app/(website)/obse/page.tsx +++ b/app/(website)/obse/page.tsx @@ -242,9 +242,10 @@ export default function ObsePage() { {/* OMS Logo */}

- Revolutionize Your Lending and Credit Processes with OBSE + Revolutionize Your Lending and
Credit Processes with OBSE

Automate data extraction, enhance accuracy, detect fraud, and @@ -321,7 +322,9 @@ export default function ObsePage() { className="bg-white dark:bg-gray-700 p-6 rounded-lg shadow-md text-center transform transition duration-300 hover:-translate-y-1 hover:shadow-lg" >

{item.title} @@ -467,11 +470,11 @@ export default function ObsePage() { className="relative bg-gray-50 dark:bg-gray-800 p-6 rounded-lg shadow-sm border-t-4 border-gold-500 dark:border-gold-400 transition-shadow hover:shadow-md" style={{ borderColor: COLORS.primary }} > - {feature.isComingSoon && ( + {/*feature.isComingSoon && ( Coming Soon - )} + )*/} - Zanelem@oms.africa + hello@oms.africa

diff --git a/app/(website)/offerings/page.tsx b/app/(website)/offerings/page.tsx new file mode 100644 index 0000000..a593d8d --- /dev/null +++ b/app/(website)/offerings/page.tsx @@ -0,0 +1,285 @@ +import Image from "next/image"; +import Link from "next/link"; +import { Metadata } from "next"; +import { + FaArrowRight, + FaBriefcase, + FaCogs, + FaHandshake, + FaLaptopCode, + FaProjectDiagram, + FaUsers, + FaWrench, + FaShippingFast, +} from "react-icons/fa"; +import { COLORS } from "@/constants"; // Assuming COLORS constant is available + +// SEO Metadata +export const metadata: Metadata = { + title: "IT Services & Solutions | OMS South Africa", + description: + "Explore IT services by Owethu Managed Services (OMS): Custom Software Development, IT Resource Augmentation, and the OBSE Bank Statement Extractor. Partner with us for innovative solutions.", + keywords: [ + "IT services South Africa", + "custom software development", + "IT resource augmentation", + "managed IT services", + "OBSE", + "bank statement automation", + "fintech solutions", + "IT consulting", + "OMS", + "Owethu Managed Services", + "Centurion", + "Gauteng", + ], + openGraph: { + title: "Comprehensive IT Services & Solutions | OMS South Africa", + description: + "OMS offers tailored IT solutions including custom development, resource augmentation, and specialized products like OBSE.", + url: "https://oms.africa/services", // Update with the final URL + images: [ + { + url: "/images/oms-services-og.png", // Replace with an appropriate OG image URL + width: 1200, + height: 630, + alt: "OMS IT Services", + }, + ], + locale: "en_ZA", + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "Comprehensive IT Services & Solutions | OMS South Africa", + description: + "Partner with OMS for expert IT services, from custom builds to resource scaling.", + // images: ['/images/oms-services-twitter.png'], // Replace if needed + }, +}; + +// Data for Service Areas +const serviceAreas = [ + { + title: "Custom Software Development & Consulting", + icon: FaLaptopCode, + description: + "We design, build, and implement bespoke software solutions tailored to your unique business challenges and objectives. Our consulting services help align technology with your strategic goals.", + imageUrl: "/custome-software-3.png", // Reusing image from Custom Software Development + //imageUrl: "/images/team.svg", // Reusing image from About + link: "/contact?subject=Custom Development Inquiry", // Link to contact or a future dedicated page + linkText: "Discuss Your Project", + }, + { + title: "IT Resource Augmentation", + icon: FaUsers, + description: + "Scale your team effectively with our flexible resource augmentation model. Access skilled IT professionals (BAs, Testers, Developers, Designers) on demand or via managed milestone-based projects.", + imageUrl: "/images/team-collaborative-2.png", // Reusing image from Resource Augmentation + link: "/services/resource-augmentation", + linkText: "Explore Augmentation", + }, + { + title: "OBSE - Bank Statement Extractor", + icon: FaShippingFast, + description: + "Automate bank statement processing with OBSE. Our intelligent OCR solution extracts data accurately and quickly, enhancing efficiency, reducing risk, and speeding up financial assessments.", + imageUrl: "/images/obse.svg", // Reusing image from OBSE + link: "/obse", + linkText: "Learn About OBSE", + }, +]; + +const ourApproachItems = [ + { + icon: FaProjectDiagram, + title: "Strategic Alignment", + description: "Understanding your goals to ensure solutions deliver value.", + }, + { + icon: FaHandshake, + title: "Client-Centric Collaboration", + description: "Working as true partners, involving you throughout.", + }, + { + icon: FaCogs, + title: "Agile & Adaptive Delivery", + description: "Flexible methodologies for faster, relevant results.", + }, + { + icon: FaWrench, + title: "Technical Excellence", + description: "Building robust, scalable, and maintainable solutions.", + }, +]; + +export default function ServicesPage() { + return ( +
+ {/* 1. Hero Section */} +
+
+
+

+ Tailored IT Services & Solutions +

+

+ Owethu Managed Services empowers businesses through innovative + technology solutions, strategic consulting, flexible resource + augmentation, and specialized product offerings. +

+ + Explore Our Services + +
+
+ + {/* 2. Core Service Areas Section */} +
+
+
+

+ Our Expertise, Your Advantage +

+

+ We offer a comprehensive suite of services designed to address + your specific IT needs and drive business growth. +

+
+
+ {serviceAreas.map((service) => ( +
+
+ {`${service.title} +
+
+
+ +

+ {service.title} +

+
+

+ {service.description} +

+ + {service.linkText} + +
+
+ ))} +
+
+
+ + {/* 3. Our Approach Section */} +
+
+
+

+ How We Deliver Excellence +

+

+ Our methodology ensures collaboration, precision, and impactful + results tailored to your project needs. +

+
+
+ {ourApproachItems.map((item) => ( +
+ +

+ {item.title} +

+

+ {item.description} +

+
+ ))} +
+
+
+ + {/* 4. Industry Expertise Snippet (Optional) */} +
+
+ +

+ Serving Diverse Industries +

+

+ We apply our technical expertise across various sectors, + understanding the unique challenges and opportunities within each. + Key areas include Financial Services, Automotive, Technology, and + more. +

+ + Learn More About Our Industry Focus{" "} + + +
+
+ + {/* 5. Call to Action (CTA) Section */} +
+
+

+ Let's Build Your Solution +

+

+ Ready to discuss how OMS can help you achieve your technology goals? + Contact us today for a consultation. +

+ + Get in Touch + +
+
+
+ ); +} diff --git a/app/(website)/page.tsx b/app/(website)/page.tsx index 5cbce56..c74df35 100644 --- a/app/(website)/page.tsx +++ b/app/(website)/page.tsx @@ -39,9 +39,10 @@ export default async function HomePage() { buttonText={data.hero_buttons?.[0]?.label || "Learn More"} // Use optional chaining and provide a default buttonHref={data.hero_buttons?.[0]?.link || "/about"} // Use optional chaining and provide a default imageUrl={ - data.hero_cover - ? `${process.env.DIRECTUS_API_ENDPOINT}/assets/${data.hero_cover}` - : "/hero-bg.jpg" + // data.hero_cover + // ? `${process.env.DIRECTUS_API_ENDPOINT}/assets/${data.hero_cover}` + // : "/hero-bg-2.jpg" + "/banner-1.jpeg" } // Use optional chaining and provide a default /> How OMS Delivers Market-Ready Products {/* No intro paragraph provided for this specific subtitle in the source */} -
+
{howOmsDeliversItems.map((item) => (
{item.icon && ( )} -
-

- {item.title} -

-

- {item.description} -

-
+

+ {item.title} +

+

+ {item.description} +

))}
@@ -384,7 +382,28 @@ export default function ProductDevelopmentPage() { designed and built to meet your current needs, but is also ready for future growth and evolution. - +
+ {endToEndItems.map((item) => ( +
+ {item.icon && ( + + )} +

+ {item.title} +

+

+ {item.description} +

+
+ ))} +
+ {/* */}
diff --git a/app/(website)/services/resource-augmentation/page.tsx b/app/(website)/services/resource-augmentation/page.tsx index f84981c..6720668 100644 --- a/app/(website)/services/resource-augmentation/page.tsx +++ b/app/(website)/services/resource-augmentation/page.tsx @@ -380,11 +380,11 @@ export default function ResourceAugmentationPage() { {/* Consider adding OMS Logo here if desired */} {/* OMS Logo */}

- Flexible IT Resource
- Augmentation & Managed Services + Flexible IT Resource
Augmentation & Managed Services

Scale your IT capabilities effectively with Owethu Managed Services. @@ -423,28 +423,29 @@ export default function ResourceAugmentationPage() { businesses today.

-
+
{[ { icon: FaPuzzlePiece, - title: "Skill Gaps", - desc: "Struggling to find specialized IT talent for specific project needs or new technologies.", + title: "Access Specialised Expertise", + desc: "Get experienced professionals in software development, business analysis, cybersecurity, cloud computing, data science, and more — bringing the right skills to your project, exactly when you need them.", }, { icon: FaChartLine, - title: "Fluctuating Demand", - desc: "Need to scale development or testing teams quickly for peak periods without long-term overhead.", + title: "Flexibility & Scalability", + desc: "Easily scale your team in response to changing project needs — expanding or reducing resources without long-term obligations, while maintaining agility and control.", }, { icon: FaClock, - title: "Project Delays", - desc: "Lack of internal resources causing bottlenecks and delaying critical project timelines.", + title: "Faster Onboarding & Deployment", + desc: "Our experts are project-ready, helping you accelerate delivery timelines and reduce the overhead typically associated with recruitment and training.", }, { icon: FaFileInvoiceDollar, - title: "Cost Control", - desc: "Wanting to manage IT personnel costs effectively, avoiding expensive recruitment and full-time hires.", + title: "Cost-Effective Hiring", + desc: "Maximize impact, minimize overhead — allowing you to scale your team according to project needs while managing costs efficiently and without compromising on quality. .", }, + /* { icon: FaBriefcase, title: "Focus on Core Business", @@ -454,14 +455,16 @@ export default function ResourceAugmentationPage() { icon: FaSyncAlt, title: "Need for Flexibility", desc: "Requiring adaptable staffing solutions that can change as project requirements evolve.", - }, + },*/ ].map((item) => (

{item.title} @@ -640,45 +643,46 @@ export default function ResourceAugmentationPage() {

{/* 6. Benefits of Partnering with OMS Section */} -
-
-
- -

- Why Choose OMS for Resource Augmentation? -

-

- Leverage our expertise and flexible models to gain a competitive - advantage. -

-
-
- {augmentationBenefits.map((benefit) => ( -
- -

- {benefit.title} -

-

- {benefit.description} -

-
- ))} -
-
-
- + {/* Benefits of Resource Augmentation +
+
+
+ +

+ Why Choose OMS for Resource Augmentation? +

+

+ Leverage our expertise and flexible models to gain a competitive + advantage. +

+
+
+ {augmentationBenefits.map((benefit) => ( +
+ +

+ {benefit.title} +

+

+ {benefit.description} +

+
+ ))} +
+
+
+ */} {/* 7. Proven Experience / Past Projects (High Level) */} -
+
{ const [servicesDropdownOpen, setServicesDropdownOpen] = useState(false); const [productsDropdownOpen, setProductsDropdownOpen] = useState(false); const [joinUsDropdownOpen, setJoinUsDropdownOpen] = useState(false); + const [offeringsDropdownOpen, setOfferingsDropdownOpen] = useState(false); const handleServicesMouseEnter = () => setServicesDropdownOpen(true); const handleServicesMouseLeave = () => setServicesDropdownOpen(false); @@ -55,6 +56,9 @@ const HeaderClient = () => { const handleJoinUsMouseEnter = () => setJoinUsDropdownOpen(true); const handleJoinUsMouseLeave = () => setJoinUsDropdownOpen(false); + const handleOfferingsMouseEnter = () => setOfferingsDropdownOpen(true); + const handleOfferingsMouseLeave = () => setOfferingsDropdownOpen(false); + const pathname = usePathname(); // Get current path // Helper function to check if a path is active (exact match for simple links, startsWith for base paths) @@ -217,7 +221,7 @@ const HeaderClient = () => { `} >
-
+
{

+ {/* Add more service links here {

+ */} {
+
+ +
+
+
+ + +
+

+ Our Offerings +

+
+ +
+
+
+
- {/* ← Here’s the Explore Our Offerings link, back in its original spot */} + {/* ← Here’s the Explore Our Offerings link, back in its original spot { Explore Our Offerings + */} {" "} {/* Close the new flex container */} @@ -428,6 +476,7 @@ const HeaderClient = () => { About Us + Services @@ -437,24 +486,20 @@ const HeaderClient = () => { > Resource Augmentation - - Project Management - Product Development + Products OBSE + Join Us @@ -464,9 +509,18 @@ const HeaderClient = () => { Recruitment Portal + Contact Us + + + Explore Our Offerings + + + Our Offerings + +
{ Request OBSE Demo
+
diff --git a/public/About us-min.jpg b/public/About us-min.jpg new file mode 100644 index 0000000..681f804 Binary files /dev/null and b/public/About us-min.jpg differ diff --git a/public/about-2.jpg b/public/about-2.jpg new file mode 100644 index 0000000..59b35a9 Binary files /dev/null and b/public/about-2.jpg differ diff --git a/public/banner-1.jpeg b/public/banner-1.jpeg new file mode 100644 index 0000000..e493e4c Binary files /dev/null and b/public/banner-1.jpeg differ diff --git a/public/custom-software.jpg b/public/custom-software.jpg new file mode 100644 index 0000000..2a4dd68 Binary files /dev/null and b/public/custom-software.jpg differ diff --git a/public/custome-software-2.jpg b/public/custome-software-2.jpg new file mode 100644 index 0000000..fcc1e15 Binary files /dev/null and b/public/custome-software-2.jpg differ diff --git a/public/custome-software-3.png b/public/custome-software-3.png new file mode 100644 index 0000000..cbd5bbc Binary files /dev/null and b/public/custome-software-3.png differ diff --git a/public/custome-software-3.svg b/public/custome-software-3.svg new file mode 100644 index 0000000..6d51371 --- /dev/null +++ b/public/custome-software-3.svg @@ -0,0 +1,2979 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/hero-2.jpg b/public/hero-2.jpg new file mode 100644 index 0000000..2581ec5 Binary files /dev/null and b/public/hero-2.jpg differ diff --git a/public/images/team-collaborative-2.png b/public/images/team-collaborative-2.png new file mode 100644 index 0000000..6a2affb Binary files /dev/null and b/public/images/team-collaborative-2.png differ diff --git a/public/images/team-collaborative-2.svg b/public/images/team-collaborative-2.svg new file mode 100644 index 0000000..8161490 --- /dev/null +++ b/public/images/team-collaborative-2.svg @@ -0,0 +1,7684 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +