diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 9714ef6..0b5a250 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -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 (
-
-
-
-
- {children}
-
+
+ {children}
-
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 32abddd..340ec96 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -43,7 +43,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}
/>
@@ -54,7 +55,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 +74,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 +86,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."
@@ -117,13 +123,17 @@ export default function XenkoPage() {
@@ -166,16 +180,20 @@ export default function XenkoPage() {