wrinom-space / index.html
wrinom's picture
Add 2 files
859b73d verified
Raw
History Blame Contribute Delete
63.6 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wrinom | IT Consulting & Digital Transformation Solutions</title>
<meta name="description" content="Wrinom provides cutting-edge marketing automation, CRM solutions (Salesforce, HubSpot, Zoho), ERP systems, and custom web development services to help businesses grow.">
<meta name="keywords" content="IT consulting, marketing automation, CRM, ERP, Salesforce, HubSpot, Zoho, SAP, Oracle, web development, digital transformation">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#4F46E5',
secondary: '#10B981',
dark: '#1F2937',
light: '#F9FAFB',
},
fontFamily: {
sans: ['Poppins', 'sans-serif'],
},
}
}
}
</script>
<style>
.hero-gradient {
background: linear-gradient(135deg, #4F46E5 0%, #10B981 100%);
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
100% { transform: translateY(0px); }
}
.tech-logo {
filter: grayscale(100%);
opacity: 0.7;
transition: all 0.3s ease;
}
.tech-logo:hover {
filter: grayscale(0%);
opacity: 1;
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Header/Navigation -->
<header class="bg-white shadow-sm sticky top-0 z-50">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center">
<a href="#" class="flex items-center">
<span class="text-2xl font-bold text-primary">Wrinom</span>
</a>
</div>
<nav class="hidden md:flex space-x-8">
<a href="#services" class="text-dark hover:text-primary font-medium transition">Services</a>
<a href="#solutions" class="text-dark hover:text-primary font-medium transition">Solutions</a>
<a href="#technologies" class="text-dark hover:text-primary font-medium transition">Technologies</a>
<a href="#about" class="text-dark hover:text-primary font-medium transition">About</a>
<a href="#contact" class="text-dark hover:text-primary font-medium transition">Contact</a>
</nav>
<div class="hidden md:block">
<a href="#contact" class="bg-primary hover:bg-indigo-700 text-white px-6 py-2 rounded-full font-medium transition">Get Started</a>
</div>
<button class="md:hidden text-dark" id="mobile-menu-button">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
<!-- Mobile menu -->
<div class="md:hidden hidden bg-white w-full absolute left-0 right-0 shadow-lg" id="mobile-menu">
<div class="px-4 py-3 space-y-4">
<a href="#services" class="block text-dark hover:text-primary font-medium transition">Services</a>
<a href="#solutions" class="block text-dark hover:text-primary font-medium transition">Solutions</a>
<a href="#technologies" class="block text-dark hover:text-primary font-medium transition">Technologies</a>
<a href="#about" class="block text-dark hover:text-primary font-medium transition">About</a>
<a href="#contact" class="block text-dark hover:text-primary font-medium transition">Contact</a>
<a href="#contact" class="block bg-primary hover:bg-indigo-700 text-white px-6 py-2 rounded-full font-medium transition text-center">Get Started</a>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="hero-gradient text-white py-20">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold mb-6">Transform Your Business With Our <span class="text-yellow-300">Digital Solutions</span></h1>
<p class="text-xl mb-8">We provide cutting-edge marketing automation, CRM & ERP implementations, and custom web development to help your business grow exponentially.</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#contact" class="bg-white hover:bg-gray-100 text-primary px-8 py-3 rounded-full font-bold text-center transition">Get Free Consultation</a>
<a href="#services" class="border-2 border-white hover:bg-white hover:text-primary px-8 py-3 rounded-full font-bold text-center transition">Our Services</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Digital Transformation" class="rounded-xl shadow-2xl animate-float max-w-full h-auto">
</div>
</div>
</div>
</section>
<!-- Trusted By Section -->
<section class="py-12 bg-white">
<div class="container mx-auto px-4">
<p class="text-center text-gray-500 mb-8">Trusted by innovative companies worldwide</p>
<div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Salesforce_logo.svg/2560px-Salesforce_logo.svg.png" alt="Salesforce" class="h-8 opacity-70 hover:opacity-100 transition">
<img src="https://www.hubspot.com/hubfs/HubSpot_Logos/HSLogo_color.svg" alt="HubSpot" class="h-8 opacity-70 hover:opacity-100 transition">
<img src="https://www.zoho.com/branding/images/zoho-logo.png" alt="Zoho" class="h-8 opacity-70 hover:opacity-100 transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/Wordpress_Blue_logo.png/1200px-Wordpress_Blue_logo.png" alt="WordPress" class="h-8 opacity-70 hover:opacity-100 transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/React-icon.svg/2300px-React-icon.svg.png" alt="React" class="h-8 opacity-70 hover:opacity-100 transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/59/SAP_2011_logo.svg/1200px-SAP_2011_logo.svg.png" alt="SAP" class="h-8 opacity-70 hover:opacity-100 transition">
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<span class="text-secondary font-bold">OUR SERVICES</span>
<h2 class="text-3xl md:text-4xl font-bold text-dark mt-2 mb-4">Comprehensive Digital Solutions</h2>
<p class="text-gray-600 max-w-2xl mx-auto">We offer end-to-end digital transformation services to help your business thrive in the modern marketplace.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- Service 1 -->
<div class="bg-white rounded-xl shadow-md p-8 service-card transition duration-300">
<div class="w-14 h-14 bg-indigo-100 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-robot text-primary text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-dark mb-3">Marketing Automation</h3>
<p class="text-gray-600 mb-4">Streamline your marketing efforts with automated workflows, lead nurturing, and personalized customer journeys.</p>
<ul class="space-y-2 mb-6">
<li class="flex items-center"><i class="fas fa-check-circle text-secondary mr-2"></i> Email Campaign Automation</li>
<li class="flex items-center"><i class="fas fa-check-circle text-secondary mr-2"></i> Lead Scoring & Segmentation</li>
<li class="flex items-center"><i class="fas fa-check-circle text-secondary mr-2"></i> Multi-channel Campaigns</li>
</ul>
<a href="#marketing-automation-tech" class="text-primary font-medium hover:underline">Our Tech Stack →</a>
</div>
<!-- Service 2 -->
<div class="bg-white rounded-xl shadow-md p-8 service-card transition duration-300">
<div class="w-14 h-14 bg-green-100 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-users-cog text-secondary text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-dark mb-3">CRM Implementation</h3>
<p class="text-gray-600 mb-4">Implement and customize top CRM platforms to manage customer relationships effectively and boost sales.</p>
<ul class="space-y-2 mb-6">
<li class="flex items-center"><i class="fas fa-check-circle text-secondary mr-2"></i> Salesforce Solutions</li>
<li class="flex items-center"><i class="fas fa-check-circle text-secondary mr-2"></i> HubSpot Integration</li>
<li class="flex items-center"><i class="fas fa-check-circle text-secondary mr-2"></i> Zoho CRM Customization</li>
</ul>
<a href="#crm-tech" class="text-primary font-medium hover:underline">Our Tech Stack →</a>
</div>
<!-- Service 3 -->
<div class="bg-white rounded-xl shadow-md p-8 service-card transition duration-300">
<div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-code text-blue-500 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-dark mb-3">Web Development</h3>
<p class="text-gray-600 mb-4">Build high-performance, scalable websites and web applications with the latest technologies.</p>
<ul class="space-y-2 mb-6">
<li class="flex items-center"><i class="fas fa-check-circle text-secondary mr-2"></i> React & Next.js Development</li>
<li class="flex items-center"><i class="fas fa-check-circle text-secondary mr-2"></i> WordPress Customization</li>
<li class="flex items-center"><i class="fas fa-check-circle text-secondary mr-2"></i> E-commerce Solutions</li>
</ul>
<a href="#web-dev-tech" class="text-primary font-medium hover:underline">Our Tech Stack →</a>
</div>
<!-- Service 4 -->
<div class="bg-white rounded-xl shadow-md p-8 service-card transition duration-300">
<div class="w-14 h-14 bg-purple-100 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-project-diagram text-purple-500 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-dark mb-3">ERP Solutions</h3>
<p class="text-gray-600 mb-4">Implement enterprise resource planning systems to streamline business processes and operations.</p>
<ul class="space-y-2 mb-6">
<li class="flex items-center"><i class="fas fa-check-circle text-secondary mr-2"></i> SAP Implementation</li>
<li class="flex items-center"><i class="fas fa-check-circle text-secondary mr-2"></i> Oracle ERP Cloud</li>
<li class="flex items-center"><i class="fas fa-check-circle text-secondary mr-2"></i> Microsoft Dynamics</li>
</ul>
<a href="#erp-tech" class="text-primary font-medium hover:underline">Our Tech Stack →</a>
</div>
</div>
</div>
</section>
<!-- Solutions Section -->
<section id="solutions" class="py-20 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<span class="text-primary font-bold">OUR SOLUTIONS</span>
<h2 class="text-3xl md:text-4xl font-bold text-dark mt-2 mb-4">Tailored Solutions for Your Business Needs</h2>
<p class="text-gray-600 max-w-2xl mx-auto">We understand that every business is unique. Our solutions are customized to fit your specific requirements.</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div>
<div class="mb-8">
<div class="flex items-start mb-4">
<div class="w-10 h-10 bg-indigo-100 rounded-full flex items-center justify-center mr-4 flex-shrink-0">
<i class="fas fa-chart-line text-primary"></i>
</div>
<div>
<h3 class="text-xl font-bold text-dark mb-2">Sales Pipeline Optimization</h3>
<p class="text-gray-600">Implement CRM systems that help you track leads, manage opportunities, and close deals faster with data-driven insights.</p>
</div>
</div>
</div>
<div class="mb-8">
<div class="flex items-start mb-4">
<div class="w-10 h-10 bg-green-100 rounded-full flex items-center justify-center mr-4 flex-shrink-0">
<i class="fas fa-envelope-open-text text-secondary"></i>
</div>
<div>
<h3 class="text-xl font-bold text-dark mb-2">Automated Customer Journeys</h3>
<p class="text-gray-600">Create personalized, automated communication flows that nurture leads and customers through every stage of their journey.</p>
</div>
</div>
</div>
<div class="mb-8">
<div class="flex items-start mb-4">
<div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center mr-4 flex-shrink-0">
<i class="fas fa-mobile-alt text-blue-500"></i>
</div>
<div>
<h3 class="text-xl font-bold text-dark mb-2">Responsive Web Presence</h3>
<p class="text-gray-600">Develop mobile-friendly websites that provide seamless user experiences across all devices, improving engagement and conversions.</p>
</div>
</div>
</div>
<div class="mb-8">
<div class="flex items-start mb-4">
<div class="w-10 h-10 bg-purple-100 rounded-full flex items-center justify-center mr-4 flex-shrink-0">
<i class="fas fa-cogs text-purple-500"></i>
</div>
<div>
<h3 class="text-xl font-bold text-dark mb-2">Business Process Automation</h3>
<p class="text-gray-600">Streamline operations with ERP systems that integrate finance, HR, manufacturing, and supply chain management.</p>
</div>
</div>
</div>
</div>
<div>
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Business Solutions" class="rounded-xl shadow-lg w-full">
</div>
</div>
</div>
</section>
<!-- Technologies Section -->
<section id="technologies" class="py-20 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<span class="text-secondary font-bold">TECHNOLOGIES</span>
<h2 class="text-3xl md:text-4xl font-bold text-dark mt-2 mb-4">Our Technology Expertise</h2>
<p class="text-gray-600 max-w-2xl mx-auto">We work with the most advanced and reliable technologies to deliver exceptional results across all our service areas.</p>
</div>
<!-- Web Development Technologies -->
<div id="web-dev-tech" class="mb-16">
<h3 class="text-2xl font-bold text-dark mb-8 flex items-center">
<div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-code text-blue-500"></i>
</div>
Web Development Technologies
</h3>
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-6">
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/React-icon.svg/2300px-React-icon.svg.png" alt="React" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">React</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Nextjs-logo.svg/1200px-Nextjs-logo.svg.png" alt="Next.js" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Next.js</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Laravel.svg/1200px-Laravel.svg.png" alt="Laravel" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Laravel</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/Wordpress_Blue_logo.png/1200px-Wordpress_Blue_logo.png" alt="WordPress" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">WordPress</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Tailwind_CSS_Logo.svg/1024px-Tailwind_CSS_Logo.svg.png" alt="Tailwind CSS" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Tailwind CSS</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Unofficial_JavaScript_logo_2.svg/1024px-Unofficial_JavaScript_logo_2.svg.png" alt="JavaScript" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">JavaScript</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Typescript_logo_2020.svg/1200px-Typescript_logo_2020.svg.png" alt="TypeScript" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">TypeScript</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Node.js_logo.svg/1280px-Node.js_logo.svg.png" alt="Node.js" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Node.js</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/ISO_C%2B%2B_Logo.svg/1822px-ISO_C%2B%2B_Logo.svg.png" alt="C++" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">C++</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/C_Programming_Language.svg/695px-C_Programming_Language.svg.png" alt="C" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">C</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/CSS3_and_HTML5_logos_and_wordmarks.svg/1280px-CSS3_and_HTML5_logos_and_wordmarks.svg.png" alt="HTML5 & CSS3" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">HTML5 & CSS3</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/PHP-logo.svg/1280px-PHP-logo.svg.png" alt="PHP" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">PHP</span>
</div>
</div>
</div>
<!-- Marketing Automation Technologies -->
<div id="marketing-automation-tech" class="mb-16">
<h3 class="text-2xl font-bold text-dark mb-8 flex items-center">
<div class="w-10 h-10 bg-indigo-100 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-robot text-primary"></i>
</div>
Marketing Automation Technologies
</h3>
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-6">
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://www.hubspot.com/hubfs/HubSpot_Logos/HSLogo_color.svg" alt="HubSpot" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">HubSpot</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Salesforce_logo.svg/2560px-Salesforce_logo.svg.png" alt="Salesforce Marketing Cloud" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Salesforce Marketing Cloud</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Marketo.svg/1200px-Marketo.svg.png" alt="Marketo" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Marketo</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Mailchimp_logo.svg/2560px-Mailchimp_logo.svg.png" alt="Mailchimp" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Mailchimp</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Pardot_logo.svg/1200px-Pardot_logo.svg.png" alt="Pardot" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Pardot</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/ActiveCampaign_logo.svg/1200px-ActiveCampaign_logo.svg.png" alt="ActiveCampaign" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">ActiveCampaign</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Google_Analytics_logo.svg/1200px-Google_Analytics_logo.svg.png" alt="Google Analytics" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Google Analytics</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Klaviyo_logo.svg/1200px-Klaviyo_logo.svg.png" alt="Klaviyo" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Klaviyo</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8b/Drip_logo.svg/1200px-Drip_logo.svg.png" alt="Drip" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Drip</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Google_Tag_Manager_Logo.svg/1200px-Google_Tag_Manager_Logo.svg.png" alt="Google Tag Manager" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Google Tag Manager</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Zapier_logo.svg/1200px-Zapier_logo.svg.png" alt="Zapier" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Zapier</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/94/Infusionsoft_logo.svg/1200px-Infusionsoft_logo.svg.png" alt="Keap" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Keap</span>
</div>
</div>
</div>
<!-- CRM Technologies -->
<div id="crm-tech" class="mb-16">
<h3 class="text-2xl font-bold text-dark mb-8 flex items-center">
<div class="w-10 h-10 bg-green-100 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-users-cog text-secondary"></i>
</div>
CRM Technologies
</h3>
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-6">
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Salesforce_logo.svg/2560px-Salesforce_logo.svg.png" alt="Salesforce" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Salesforce</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://www.hubspot.com/hubfs/HubSpot_Logos/HSLogo_color.svg" alt="HubSpot CRM" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">HubSpot CRM</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://www.zoho.com/branding/images/zoho-logo.png" alt="Zoho CRM" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Zoho CRM</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Microsoft_Dynamics_365_logo.svg/1200px-Microsoft_Dynamics_365_logo.svg.png" alt="Microsoft Dynamics" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Microsoft Dynamics</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/59/SAP_2011_logo.svg/1200px-SAP_2011_logo.svg.png" alt="SAP CRM" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">SAP CRM</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/Oracle_logo.svg/1280px-Oracle_logo.svg.png" alt="Oracle CRM" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Oracle CRM</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/SugarCRM_logo.svg/1200px-SugarCRM_logo.svg.png" alt="SugarCRM" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">SugarCRM</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Pipedrive_logo.svg/1200px-Pipedrive_logo.svg.png" alt="Pipedrive" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Pipedrive</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Insightly_logo.svg/1200px-Insightly_logo.svg.png" alt="Insightly" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Insightly</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Freshworks_logo.svg/1200px-Freshworks_logo.svg.png" alt="Freshworks CRM" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Freshworks CRM</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Netsuite_logo.svg/1200px-Netsuite_logo.svg.png" alt="NetSuite CRM" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">NetSuite CRM</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Zoho_logo.svg/1200px-Zoho_logo.svg.png" alt="Zoho One" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Zoho One</span>
</div>
</div>
</div>
<!-- ERP Technologies -->
<div id="erp-tech">
<h3 class="text-2xl font-bold text-dark mb-8 flex items-center">
<div class="w-10 h-10 bg-purple-100 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-project-diagram text-purple-500"></i>
</div>
ERP Technologies
</h3>
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-6">
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/59/SAP_2011_logo.svg/1200px-SAP_2011_logo.svg.png" alt="SAP ERP" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">SAP ERP</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/Oracle_logo.svg/1280px-Oracle_logo.svg.png" alt="Oracle ERP" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Oracle ERP</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Microsoft_Dynamics_365_logo.svg/1200px-Microsoft_Dynamics_365_logo.svg.png" alt="Microsoft Dynamics" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Microsoft Dynamics</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Netsuite_logo.svg/1200px-Netsuite_logo.svg.png" alt="NetSuite" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">NetSuite</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Zoho_logo.svg/1200px-Zoho_logo.svg.png" alt="Zoho ERP" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Zoho ERP</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Sage_Group_logo.svg/1200px-Sage_Group_logo.svg.png" alt="Sage ERP" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Sage ERP</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Epicor_logo.svg/1200px-Epicor_logo.svg.png" alt="Epicor ERP" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Epicor ERP</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Infor_Logo.svg/1200px-Infor_Logo.svg.png" alt="Infor ERP" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Infor ERP</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Acumatica_logo.svg/1200px-Acumatica_logo.svg.png" alt="Acumatica ERP" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Acumatica ERP</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Syspro_logo.svg/1200px-Syspro_logo.svg.png" alt="SYSPRO ERP" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">SYSPRO ERP</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Odoo_logo.svg/1200px-Odoo_logo.svg.png" alt="Odoo ERP" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Odoo ERP</span>
</div>
<div class="bg-white rounded-lg shadow-sm p-4 flex flex-col items-center justify-center hover:shadow-md transition">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Workday_Logo.svg/1200px-Workday_Logo.svg.png" alt="Workday ERP" class="h-12 mb-3 tech-logo">
<span class="font-medium text-dark text-sm text-center">Workday ERP</span>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="py-20 bg-primary text-white">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<span class="font-bold text-indigo-200">CLIENT TESTIMONIALS</span>
<h2 class="text-3xl md:text-4xl font-bold mt-2 mb-4">What Our Clients Say</h2>
<p class="text-indigo-100 max-w-2xl mx-auto">Hear from businesses that have transformed their operations with our solutions.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white bg-opacity-10 backdrop-filter backdrop-blur-lg rounded-xl p-8">
<div class="flex items-center mb-6">
<div class="w-12 h-12 rounded-full bg-indigo-200 flex items-center justify-center text-primary font-bold mr-4">JD</div>
<div>
<h4 class="font-bold">John Doe</h4>
<p class="text-indigo-100">CEO, TechSolutions Inc.</p>
</div>
</div>
<p class="mb-4">"Wrinom's marketing automation implementation increased our lead conversion by 45% in just three months. Their expertise in HubSpot is unmatched."</p>
<div class="flex text-yellow-300">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="bg-white bg-opacity-10 backdrop-filter backdrop-blur-lg rounded-xl p-8">
<div class="flex items-center mb-6">
<div class="w-12 h-12 rounded-full bg-indigo-200 flex items-center justify-center text-primary font-bold mr-4">AS</div>
<div>
<h4 class="font-bold">Alice Smith</h4>
<p class="text-indigo-100">Marketing Director, GrowthCorp</p>
</div>
</div>
<p class="mb-4">"The Salesforce CRM customization by Wrinom has revolutionized our sales process. Our team is more organized and productive than ever before."</p>
<div class="flex text-yellow-300">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="bg-white bg-opacity-10 backdrop-filter backdrop-blur-lg rounded-xl p-8">
<div class="flex items-center mb-6">
<div class="w-12 h-12 rounded-full bg-indigo-200 flex items-center justify-center text-primary font-bold mr-4">RJ</div>
<div>
<h4 class="font-bold">Robert Johnson</h4>
<p class="text-indigo-100">Founder, DigitalFirst</p>
</div>
</div>
<p class="mb-4">"Our new React-based web application developed by Wrinom has significantly improved our customer engagement metrics. Highly recommended!"</p>
<div class="flex text-yellow-300">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 bg-white">
<div class="container mx-auto px-4">
<div class="flex flex-col lg:flex-row items-center">
<div class="lg:w-1/2 mb-10 lg:mb-0 lg:pr-12">
<span class="text-primary font-bold">ABOUT US</span>
<h2 class="text-3xl md:text-4xl font-bold text-dark mt-2 mb-6">Driving Digital Transformation</h2>
<p class="text-gray-600 mb-6">Wrinom is a leading IT consulting firm specializing in marketing automation, CRM & ERP implementations, and custom web development. Founded in 2015, we've helped hundreds of businesses streamline their operations and achieve remarkable growth through technology.</p>
<p class="text-gray-600 mb-8">Our team of certified experts combines technical expertise with business acumen to deliver solutions that not only work flawlessly but also drive tangible business results.</p>
<div class="grid grid-cols-2 gap-4 mb-8">
<div class="flex items-center">
<i class="fas fa-check-circle text-secondary mr-2"></i>
<span class="font-medium">Certified Experts</span>
</div>
<div class="flex items-center">
<i class="fas fa-check-circle text-secondary mr-2"></i>
<span class="font-medium">Result-Driven Approach</span>
</div>
<div class="flex items-center">
<i class="fas fa-check-circle text-secondary mr-2"></i>
<span class="font-medium">Custom Solutions</span>
</div>
<div class="flex items-center">
<i class="fas fa-check-circle text-secondary mr-2"></i>
<span class="font-medium">Ongoing Support</span>
</div>
</div>
<a href="#contact" class="bg-primary hover:bg-indigo-700 text-white px-8 py-3 rounded-full font-bold inline-block transition">Get in Touch</a>
</div>
<div class="lg:w-1/2">
<div class="relative">
<img src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Our Team" class="rounded-xl shadow-lg w-full">
<div class="absolute -bottom-6 -left-6 bg-secondary text-white p-6 rounded-xl shadow-lg">
<h3 class="text-2xl font-bold mb-2">8+</h3>
<p class="font-medium">Years Experience</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-gray-900 text-white">
<div class="container mx-auto px-4 text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Your Business?</h2>
<p class="text-gray-300 max-w-2xl mx-auto mb-8">Schedule a free consultation with our experts to discuss how we can help you achieve your business goals with our digital solutions.</p>
<a href="#contact" class="bg-secondary hover:bg-green-600 text-white px-8 py-3 rounded-full font-bold inline-block transition">Get Free Consultation</a>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<span class="text-primary font-bold">CONTACT US</span>
<h2 class="text-3xl md:text-4xl font-bold text-dark mt-2 mb-4">Let's Build Something Amazing</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Have a project in mind or need expert advice? Reach out to us and our team will get back to you within 24 hours.</p>
</div>
<div class="flex flex-col lg:flex-row gap-12">
<div class="lg:w-1/2">
<form id="contactForm" class="space-y-6">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<label for="name" class="block text-gray-700 font-medium mb-2">Your Name</label>
<input type="text" id="name" name="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent" required>
</div>
<div>
<label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
<input type="email" id="email" name="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent" required>
</div>
</div>
<div>
<label for="phone" class="block text-gray-700 font-medium mb-2">Phone Number</label>
<input type="tel" id="phone" name="phone" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent">
</div>
<div>
<label for="service" class="block text-gray-700 font-medium mb-2">Service Interested In</label>
<select id="service" name="service" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent">
<option value="">Select a service</option>
<option value="Marketing Automation">Marketing Automation</option>
<option value="CRM Implementation">CRM Implementation</option>
<option value="Web Development">Web Development</option>
<option value="ERP Solutions">ERP Solutions</option>
<option value="Consulting">Consulting</option>
<option value="Other">Other</option>
</select>
</div>
<div>
<label for="message" class="block text-gray-700 font-medium mb-2">Your Message</label>
<textarea id="message" name="message" rows="5" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent"></textarea>
</div>
<div>
<button type="submit" class="w-full bg-primary hover:bg-indigo-700 text-white px-6 py-3 rounded-lg font-bold transition">Send Message</button>
</div>
</form>
<div id="formSuccess" class="hidden mt-6 p-4 bg-green-100 text-green-700 rounded-lg">
Thank you for your message! We'll get back to you soon.
</div>
<div id="formError" class="hidden mt-6 p-4 bg-red-100 text-red-700 rounded-lg">
There was an error submitting your form. Please try again.
</div>
</div>
<div class="lg:w-1/2">
<div class="bg-gray-50 p-8 rounded-xl h-full">
<h3 class="text-2xl font-bold text-dark mb-6">Contact Information</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="w-10 h-10 bg-indigo-100 rounded-full flex items-center justify-center mr-4 flex-shrink-0">
<i class="fas fa-envelope text-primary"></i>
</div>
<div>
<h4 class="font-bold text-dark mb-1">Email</h4>
<a href="mailto:info@wrinom.com" class="text-primary hover:underline">info@wrinom.com</a>
</div>
</div>
<div class="flex items-start">
<div class="w-10 h-10 bg-green-100 rounded-full flex items-center justify-center mr-4 flex-shrink-0">
<i class="fas fa-phone-alt text-secondary"></i>
</div>
<div>
<h4 class="font-bold text-dark mb-1">Phone</h4>
<a href="tel:+1234567890" class="text-gray-600 hover:text-primary">+1 (234) 567-890</a>
</div>
</div>
<div class="flex items-start">
<div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center mr-4 flex-shrink-0">
<i class="fas fa-map-marker-alt text-blue-500"></i>
</div>
<div>
<h4 class="font-bold text-dark mb-1">Location</h4>
<p class="text-gray-600">123 Business Ave, Suite 456<br>San Francisco, CA 94107</p>
</div>
</div>
</div>
<div class="mt-8">
<h4 class="font-bold text-dark mb-4">Follow Us</h4>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 bg-gray-200 hover:bg-primary hover:text-white rounded-full flex items-center justify-center transition">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="w-10 h-10 bg-gray-200 hover:bg-blue-400 hover:text-white rounded-full flex items-center justify-center transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-10 h-10 bg-gray-200 hover:bg-indigo-600 hover:text-white rounded-full flex items-center justify-center transition">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="w-10 h-10 bg-gray-200 hover:bg-pink-600 hover:text-white rounded-full flex items-center justify-center transition">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mb-8">
<div>
<h3 class="text-xl font-bold mb-4">Wrinom</h3>
<p class="text-gray-400">Transforming businesses through innovative digital solutions and strategic IT consulting.</p>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Services</h4>
<ul class="space-y-2">
<li><a href="#marketing-automation-tech" class="text-gray-400 hover:text-white transition">Marketing Automation</a></li>
<li><a href="#crm-tech" class="text-gray-400 hover:text-white transition">CRM Implementation</a></li>
<li><a href="#web-dev-tech" class="text-gray-400 hover:text-white transition">Web Development</a></li>
<li><a href="#erp-tech" class="text-gray-400 hover:text-white transition">ERP Solutions</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Company</h4>
<ul class="space-y-2">
<li><a href="#about" class="text-gray-400 hover:text-white transition">About Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Our Team</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Legal</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Cookie Policy</a></li>
</ul>
</div>
</div>
<div class="pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 mb-4 md:mb-0">© 2023 Wrinom. All rights reserved.</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-twitter"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-linkedin-in"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
const mobileMenuButton = document.getElementById('mobile-menu-button');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
// Close mobile menu if open
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
// Form submission
const contactForm = document.getElementById('contactForm');
const formSuccess = document.getElementById('formSuccess');
const formError = document.getElementById('formError');
contactForm.addEventListener('submit', function(e) {
e.preventDefault();
// Get form data
const formData = new FormData(this);
const data = Object.fromEntries(formData);
// Send form data via email using FormSubmit.co
fetch('https://formsubmit.co/ajax/info@wrinom.com', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Accept': 'application/json'
},
body: JSON.stringify({
name: data.name,
email: data.email,
phone: data.phone,
service: data.service,
message: data.message
})
})
.then(response => {
if (response.ok) {
formSuccess.classList.remove('hidden');
formError.classList.add('hidden');
this.reset();
} else {
throw new Error('Network response was not ok');
}
})
.catch(error => {
console.error('Error:', error);
formError.classList.remove('hidden');
formSuccess.classList.add('hidden');
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=wrinom/wrinom-space" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>