HK Computers Website Development Instructions (English) Website Name: HK Computers
General Guidelines: The website must have a professional and clean design.
It should be mobile-friendly (responsive) and fast-loading.
The website must be SEO-ready (basic level).
It should be built using WordPress and Elementor.
Ensure SSL is properly installed and active (HTTPS secure site).
Essential Pages to Be Created:
Overview of services.
Add WhatsApp Chat Button and Call Now Button.
Include the company’s experience and vision.
Data Recovery Services (Hard Disk, Memory Card, Camera, CCTV DVR, etc.)
Laptop Refurbishment & Sale
Computer & Laptop Repair
Computer Assembling
Website Development
Graphic Designing
Software Development
Phone Number
Email ID
WhatsApp Chat Option
Contact Form (Fields: Name, Email, Mobile Number, Message)
Include a basic appointment status tracking system.
Photo
Price
Key Features
Business Contact Information: Business Name: HK Computers
Address: Balaji Gali, Runija, Badnagar, Ujjain, Madhya Pradesh, PIN - 456771
Email: hkcomputer84@gmail.com
Mobile Number: 74007 40765
WhatsApp Number: 74007 40765
Website: www.hkcomputers.in
Design Instructions: Keep the design simple and professional.
Use a blue and white color scheme (for a professional look).
Ensure fonts are easy to read.
Use large headings and clear call-to-action buttons.
Footer must include:
Quick Links
Contact Information
Social Media Links
Copyright: © 2025 HK Computers
Optional/Extra Features (If Possible): A floating WhatsApp button across all pages.
A Quick Appointment Booking form available on all pages.
A Testimonials section, if available.
An "Enquire Now" button below each service section.
I'll help you create a professional website for HK Computers based on your requirements. Let me outline a comprehensive plan for your WordPress and Elementor-based website.
I'll create a mockup of your home page to demonstrate the design direction for your WordPress and Elementor website. This will serve as a visual guide that you can reference when building your actual site.
Since you mentioned you want to build this website using WordPress and Elementor, here's how to implement the design shown in the mockup:
Use Elementor to build sections matching the mockup:
This mockup provides a visual reference for how your WordPress site should look. When implementing with Elementor, you can recreate these sections using Elementor's widgets and styling options.
Improve the design insanely, use good-quality fonts, follow the given palette to make this design elegant, use heavy graphics, and use subtle but unique graphics. should look like a high-quality agency website, use any other important things if required. add animations to the buttons. use many image placeholder and fill images in them from pixabay or other sites make hero section unique and high quality looking
I'll create a dramatically improved version of the HK Computers website with a high-end agency aesthetic, incorporating the color palette from your reference image and adding sophisticated design elements.
To implement this dramatically improved design in WordPress with Elementor, follow these steps:
Install required plugins:
Add custom fonts:
Set up color palette:
#D83F87
(magenta/pink)#1A0B2E
(dark purple)#2A1B3D
(medium purple)#3B2160
(light purple)Create custom CSS:
/* Custom scrollbar */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #1A0B2E;
}
::-webkit-scrollbar-thumb {
background: #3B2160;
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background: #D83F87;
}
/* Animations */
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
100% { transform: translateY(0px); }
}
.float {
animation: float 6s ease-in-out infinite;
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(216, 63, 135, 0.7); }
70% { box-shadow: 0 0 0 15px rgba(216, 63, 135, 0); }
100% { box-shadow: 0 0 0 0 rgba(216, 63, 135, 0); }
}
.pulse {
animation: pulse 2s infinite;
}
Add a canvas element with custom JS for the particle effect:
document.addEventListener('DOMContentLoaded', function() {
const canvas = document.getElementById('hero-canvas');
const ctx = canvas.getContext('2d');
// Set canvas dimensions
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
// Particle class and animation code
// (Copy from the hero-section.tsx component)
});
Implement the stats counter with JS:
document.addEventListener('DOMContentLoaded', function() {
const counters = document.querySelectorAll('.stats-counter');
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
const counter = entry.target;
const target = parseInt(counter.getAttribute('data-target'));
let count = 0;
const updateCounter = () => {
if (count < target) {
count++;
counter.innerText = count + '+';
setTimeout(updateCounter, 2000 / target);
}
};
updateCounter();
observer.unobserve(counter);
}
});
});
counters.forEach(counter => {
observer.observe(counter);
});
});
This implementation guide will help you recreate the high-end agency look and feel of the mockup in WordPress with Elementor. The key is to pay attention to the details, animations, and consistent use of the color palette throughout the site.