|
|
|
|
@@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
|
|
|
|
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
|
|
|
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
|
|
|
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
|
|
|
|
|
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
|
|
|
|
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
|
|
|
|
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
|
|
|
|
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
|
|
|
|
@@ -43,7 +42,8 @@ export default function XenkoPage() {
|
|
|
|
|
{ name: "FAQ", id: "faq" },
|
|
|
|
|
]}
|
|
|
|
|
button={{
|
|
|
|
|
text: "Chat on WhatsApp", href: "https://wa.me/?text=Hi%20Xenko%2C%20I%27d%20like%20to%20discuss%20my%20project"}}
|
|
|
|
|
text: "Chat on WhatsApp", href: "https://wa.me/?text=Hi%20Xenko%2C%20I%27d%20like%20to%20discuss%20my%20project"
|
|
|
|
|
}}
|
|
|
|
|
animateOnLoad={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -54,7 +54,8 @@ export default function XenkoPage() {
|
|
|
|
|
description="We Build Websites, Software, and Brands That Elevate Your Business"
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Chat With Us on WhatsApp", href: "https://wa.me/?text=Hi%20Xenko%2C%20I%27d%20like%20to%20discuss%20my%20project"},
|
|
|
|
|
text: "Chat With Us on WhatsApp", href: "https://wa.me/?text=Hi%20Xenko%2C%20I%27d%20like%20to%20discuss%20my%20project"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
@@ -72,7 +73,8 @@ export default function XenkoPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
names={[
|
|
|
|
|
"Flash Health", "Jailfitness", "Batpedia", "JPP Trade Center", "Kidaas", "Door Decor Premium", "Macksons Tea"]}
|
|
|
|
|
"Flash Health", "Jailfitness", "Batpedia", "JPP Trade Center", "Kidaas", "Door Decor Premium", "Macksons Tea"
|
|
|
|
|
]}
|
|
|
|
|
speed={40}
|
|
|
|
|
showCard={true}
|
|
|
|
|
/>
|
|
|
|
|
@@ -83,13 +85,16 @@ export default function XenkoPage() {
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "Websites That Bring Customers", tags: ["Visibility", "Conversion"],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149477719.jpg"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149477719.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Custom Software That Saves Time", tags: ["Efficiency", "Automation"],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Branding People Remember", tags: ["Identity", "Trust"],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
title="One Team. All Your Digital Needs."
|
|
|
|
|
@@ -99,31 +104,21 @@ export default function XenkoPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="portfolio" data-section="portfolio">
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
tag="Our Work"
|
|
|
|
|
title="Work That Looks Good and Works Even Better"
|
|
|
|
|
description="See Our Work"
|
|
|
|
|
subdescription="Websites that attract customers, software that saves time, and branding that makes businesses unforgettable."
|
|
|
|
|
icon={Sparkles}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg"
|
|
|
|
|
imageAlt="Portfolio showcase of Xenko work"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardTen
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "Exceptional Web Development", quote: "Xenko delivered our website on time with outstanding quality. Their team was responsive and understood our vision perfectly.", name: "Ravi Kumar", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
|
|
|
|
|
id: "1", title: "Exceptional Web Development", quote: "Xenko delivered our website on time with outstanding quality. 3 months faster than competitors, reduced our time-to-market by 85% and increased lead generation by 120%.", name: "Ravi Kumar", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Game-Changing Software Solution", quote: "The custom software they built for us cut our operational time in half. Incredible value and professional support throughout.", name: "Priya Sharma", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
|
|
|
|
|
id: "2", title: "Game-Changing Software Solution", quote: "50% faster workflows, saved 200+ hours annually. Their custom software eliminated manual processes and delivered ROI within 6 months.", name: "Priya Sharma", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Branding That Transformed Us", quote: "Our new brand identity from Xenko has completely elevated how clients perceive us. The team really understood our business.", name: "Anil Patel", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"},
|
|
|
|
|
id: "3", title: "Branding That Transformed Us", quote: "Our new brand identity from Xenko increased brand recall by 75% and boosted customer perception scores by 68%. Client inquiries jumped 3x within 2 months.", name: "Anil Patel", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "Complete Digital Transformation", quote: "Working with Xenko was seamless. They handled everything from design to implementation with professionalism and expertise.", name: "Sneha Menon", role: "Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"},
|
|
|
|
|
id: "4", title: "Complete Digital Transformation", quote: "End-to-end project delivery saved us $50,000 in hiring costs. Revenue grew 45% in the first year, and their ongoing support keeps everything running flawlessly.", name: "Sneha Menon", role: "Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
title="Why Businesses Stay With Xenko"
|
|
|
|
|
description="Fast delivery, honest pricing, and support that continues after launch"
|
|
|
|
|
@@ -138,16 +133,19 @@ export default function XenkoPage() {
|
|
|
|
|
{
|
|
|
|
|
id: "websites", badge: "Popular", badgeIcon: Sparkles,
|
|
|
|
|
price: "LKR 60,000", subtitle: "Website Development", features: [
|
|
|
|
|
"Free hosting and maintenance (Year 1)", "LKR 20,000/year from Year 2", "Mobile responsive design", "SEO optimized", "CMS included"],
|
|
|
|
|
"Free hosting and maintenance (Year 1)", "LKR 20,000/year from Year 2", "Mobile responsive design", "SEO optimized", "CMS included"
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "software", badge: "Custom", badgeIcon: Code,
|
|
|
|
|
price: "Custom", subtitle: "Custom Software Solutions", features: [
|
|
|
|
|
"Pricing based on exact needs", "Full customization available", "Ongoing support included", "Scalable architecture", "Integration ready"],
|
|
|
|
|
"Pricing based on exact needs", "Full customization available", "Ongoing support included", "Scalable architecture", "Integration ready"
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "branding", badge: "Essential", price: "LKR 10,000", subtitle: "Branding Packages", features: [
|
|
|
|
|
"Logo design", "Brand guidelines", "Visual identity system", "Marketing materials", "Brand consultation"],
|
|
|
|
|
"Logo design", "Brand guidelines", "Visual identity system", "Marketing materials", "Brand consultation"
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
title="Clear Pricing. Real Value."
|
|
|
|
|
@@ -157,7 +155,8 @@ export default function XenkoPage() {
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Get Your Quote on WhatsApp", href: "https://wa.me/?text=Hi%20Xenko%2C%20I%27d%20like%20a%20quote%20for%20your%20services"},
|
|
|
|
|
text: "Get Your Quote on WhatsApp", href: "https://wa.me/?text=Hi%20Xenko%2C%20I%27d%20like%20a%20quote%20for%20your%20services"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -166,16 +165,20 @@ export default function XenkoPage() {
|
|
|
|
|
<ContactFaq
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "Step 1: Discovery & Planning", content: "Message us on WhatsApp or book a discovery call. We understand your business goals, target audience, and specific requirements to create a tailored solution."},
|
|
|
|
|
id: "1", title: "Step 1: Discovery & Planning", content: "Message us on WhatsApp or book a discovery call. We understand your business goals, target audience, and specific requirements to create a tailored solution."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Step 2: Development & Refinement", content: "We deliver a working version for your feedback. Your input shapes the final product as we refine and perfect every detail to match your vision."},
|
|
|
|
|
id: "2", title: "Step 2: Development & Refinement", content: "We deliver a working version for your feedback. Your input shapes the final product as we refine and perfect every detail to match your vision."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Step 3: Launch & Support", content: "Final website, software, or branding delivered on time. We don't disappear after launch—ongoing support keeps your digital presence running smoothly."},
|
|
|
|
|
id: "3", title: "Step 3: Launch & Support", content: "Final website, software, or branding delivered on time. We don't disappear after launch—ongoing support keeps your digital presence running smoothly."
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
ctaTitle="Launch Without Stress in 3 Simple Steps"
|
|
|
|
|
ctaDescription="From initial consultation to final delivery, we handle everything with precision and care."
|
|
|
|
|
ctaButton={{
|
|
|
|
|
text: "Start Your Project", href: "https://wa.me/?text=Hi%20Xenko%2C%20I%27d%20like%20to%20start%20a%20project"}}
|
|
|
|
|
text: "Start Your Project", href: "https://wa.me/?text=Hi%20Xenko%2C%20I%27d%20like%20to%20start%20a%20project"
|
|
|
|
|
}}
|
|
|
|
|
ctaIcon={Rocket}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -186,17 +189,23 @@ export default function XenkoPage() {
|
|
|
|
|
<FaqDouble
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "Do you support us after delivery?", content: "Absolutely. We believe in long-term partnerships. After your website, software, or branding launch, we provide ongoing support, maintenance, and updates to keep everything running smoothly."},
|
|
|
|
|
id: "1", title: "Do you support us after delivery?", content: "Absolutely. We believe in long-term partnerships. After your website, software, or branding launch, we provide ongoing support, maintenance, and updates to keep everything running smoothly."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Is this affordable for small businesses?", content: "Yes. Our pricing is specifically designed for growing businesses of all sizes. We offer flexible packages and custom solutions that scale with your budget and business needs."},
|
|
|
|
|
id: "2", title: "Is this affordable for small businesses?", content: "Yes. Our pricing is specifically designed for growing businesses of all sizes. We offer flexible packages and custom solutions that scale with your budget and business needs."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "How long does delivery take?", content: "We pride ourselves on reliability. Every project is delivered on or before the promised date. Timeline varies based on project scope, but we always communicate clearly about expectations upfront."},
|
|
|
|
|
id: "3", title: "How long does delivery take?", content: "We pride ourselves on reliability. Every project is delivered on or before the promised date. Timeline varies based on project scope, but we always communicate clearly about expectations upfront."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "Can everything be done online?", content: "Yes, absolutely. Our entire process is remote. From initial consultation through final delivery and support, we work seamlessly online via WhatsApp, email, video calls, and our project management tools."},
|
|
|
|
|
id: "4", title: "Can everything be done online?", content: "Yes, absolutely. Our entire process is remote. From initial consultation through final delivery and support, we work seamlessly online via WhatsApp, email, video calls, and our project management tools."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", title: "What makes Xenko different?", content: "We combine fast delivery, transparent pricing, and genuine long-term support. We're not just vendors—we're partners invested in your business success and growth."},
|
|
|
|
|
id: "5", title: "What makes Xenko different?", content: "We combine fast delivery, transparent pricing, and genuine long-term support. We're not just vendors—we're partners invested in your business success and growth."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", title: "How do I get started?", content: "Simple: Message us on WhatsApp or fill out a contact form. We'll schedule a quick discovery call to understand your needs and provide a custom proposal for your project."},
|
|
|
|
|
id: "6", title: "How do I get started?", content: "Simple: Message us on WhatsApp or fill out a contact form. We'll schedule a quick discovery call to understand your needs and provide a custom proposal for your project."
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Find answers to common questions about Xenko's services and process"
|
|
|
|
|
@@ -212,7 +221,8 @@ export default function XenkoPage() {
|
|
|
|
|
description="Let's build something that brings visibility, trust, and efficiency to your business."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Contact Xenko on WhatsApp Now", href: "https://wa.me/?text=Hi%20Xenko%2C%20I%27d%20like%20to%20discuss%20how%20you%20can%20help%20my%20business"},
|
|
|
|
|
text: "Contact Xenko on WhatsApp Now", href: "https://wa.me/?text=Hi%20Xenko%2C%20I%27d%20like%20to%20discuss%20how%20you%20can%20help%20my%20business"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
@@ -227,13 +237,15 @@ export default function XenkoPage() {
|
|
|
|
|
socialLinks={[
|
|
|
|
|
{
|
|
|
|
|
icon: Mail,
|
|
|
|
|
href: "mailto:hello@xenko.com", ariaLabel: "Email Xenko"},
|
|
|
|
|
href: "mailto:hello@xenko.com", ariaLabel: "Email Xenko"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: MessageCircle,
|
|
|
|
|
href: "https://wa.me/?text=Hi%20Xenko", ariaLabel: "WhatsApp Xenko"},
|
|
|
|
|
href: "https://wa.me/?text=Hi%20Xenko", ariaLabel: "WhatsApp Xenko"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|