repo01/info.txt

119 lines
3.8 KiB
Plaintext

the website is for my IT company "YznApps"
add to layout:
main menu and mobile menu for mobile.
footer
4 pages: Home, Services, about us and contact us.
Homepage:
-Hero section
-Statistics section
-Services section
-Why to Choose us (Feature) section
-Testimonial Sectionfinal call to action
services page:
const serviceCategories = [
{
title: "Web Hosting & CMS Solutions",
description: "Professional hosting and content management system implementations",
services: [
"WordPress - Industry-leading CMS for blogs and business websites",
"Joomla - Flexible CMS for complex content structures",
"Drupal - Enterprise-grade CMS for large organizations",
"Moodle - Specialized learning management system",
"Custom hosting solutions with expert support"
],
technologies: "WordPress • Joomla • Drupal • Moodle"
},
{
title: "Custom Web Development",
description: "Modern web applications built with cutting-edge frameworks",
services: [
"Laravel - PHP framework for robust web applications",
".NET - Enterprise solutions with Microsoft technology",
"Node.js/Express - Fast and scalable JavaScript backend",
"Next.js & React - Modern frontend development",
"Django & Flask - Python-based web solutions"
],
technologies: "Laravel • .NET • Node.js • Next.js • Django • Flask"
},
{
title: "Mobile App Development",
description: "Cross-platform and native mobile applications",
services: [
"React Native - Cross-platform apps with native performance",
"Flutter - Beautiful and fast mobile applications",
"Native iOS and Android development",
"Progressive Web Apps (PWA)",
"Mobile app maintenance and updates"
],
technologies: "React Native • Flutter • iOS • Android • PWA"
},
{
title: "Managed VPS Services",
description: "Professional server management and hosting solutions",
services: [
"Linux VPS - Ubuntu, CentOS, and Debian servers",
"Windows Server VPS - Professional Windows hosting",
"Forex VPS - Low-latency trading solutions",
"Cloud VPS - Scalable cloud hosting",
"Managed security and backups"
],
technologies: "Linux • Windows Server • Cloud • DevOps"
}
];
.............................................................
aboutus page:
const features = [
{
title: "Innovation",
description: "We stay ahead of the curve with cutting-edge technologies and modern development practices."
},
{
title: "Experience",
description: "Our team brings years of expertise in web, mobile, and cloud development solutions."
},
{
title: "Quality",
description: "We deliver robust, scalable, and high-performance solutions that exceed expectations."
},
{
title: "Support",
description: "24/7 technical support and maintenance to ensure your systems run smoothly."
}
];
const team = [
{
name: "John Doe",
role: "CEO & Founder",
bio: "15+ years of experience in tech leadership and innovation."
},
{
name: "Jane Smith",
role: "Lead Developer",
bio: "Expert in full-stack development and cloud architecture."
},
{
name: "Mike Johnson",
role: "Design Director",
bio: "Award-winning UI/UX designer with a passion for user-centric design."
},
{
name: "Sarah Wilson",
role: "Project Manager",
bio: "Certified PMP with extensive experience in agile methodologies."
}
];
.............................................................
contact page:
123 Business Street, Tech City, 1234
contact@yznapps.com
+1 (234) 567-8900