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() {