9 Commits

Author SHA1 Message Date
39ef53d9be Update src/app/page.tsx 2026-03-05 12:00:18 +00:00
5a0bb33ac1 Merge version_3 into main
Merge version_3 into main
2026-03-05 08:20:28 +00:00
3640ddfa5b Update src/app/page.tsx 2026-03-05 08:20:24 +00:00
6b11209499 Merge version_2 into main
Merge version_2 into main
2026-03-05 00:29:19 +00:00
8f27b0bb63 Update src/app/page.tsx 2026-03-05 00:29:15 +00:00
c27448f9b1 Update src/app/layout.tsx 2026-03-05 00:29:15 +00:00
1f82a2a03a Merge version_1 into main
Merge version_1 into main
2026-03-05 00:26:03 +00:00
d2c14c8482 Merge version_1 into main
Merge version_1 into main
2026-03-05 00:25:08 +00:00
e078caab45 Merge version_1 into main
Merge version_1 into main
2026-03-05 00:23:54 +00:00
2 changed files with 62 additions and 88 deletions

View File

@@ -1,54 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Xenko - Web Design, Software, Branding Agency", description: "Professional web design, custom software, and branding solutions for growing businesses. Fast delivery, transparent pricing, and ongoing support.", keywords: "web design, custom software, branding, digital agency, website development, Sri Lanka", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Xenko - Web Design, Software, Branding Agency", description: "Professional web design, custom software, and branding solutions for growing businesses.", type: "website", siteName: "Xenko", images: [
{
url: "http://img.b2bpic.net/free-vector/futuristic-technology-infographic-pack_52683-34336.jpg", alt: "Xenko digital solutions showcase"},
],
},
twitter: {
card: "summary_large_image", title: "Xenko - Web Design, Software, Branding Agency", description: "Professional web design, custom software, and branding solutions for growing businesses.", images: ["http://img.b2bpic.net/free-vector/futuristic-technology-infographic-pack_52683-34336.jpg"],
},
};
title: "Xenko | Web Design, Software, & Branding", description: "We build websites, software, and brands that elevate your business. Fast delivery, transparent pricing, long-term support."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -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,14 +54,12 @@ 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" }}
imageSrc="http://img.b2bpic.net/free-vector/futuristic-technology-infographic-pack_52683-34336.jpg"
imageAlt="Xenko digital solutions showcase"
mediaAnimation="slide-up"
frameStyle="browser"
mediaAnimation="none"
/>
</div>
@@ -72,7 +70,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 +82,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 +101,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 +130,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 +152,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 +162,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 +186,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 +218,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 +234,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>
);
}
}