Update src/app/page.tsx
This commit is contained in:
@@ -27,7 +27,7 @@ export default function XenkoPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -57,7 +57,7 @@ export default function XenkoPage() {
|
||||
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: "noiseDiagonalGradient" }}
|
||||
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"
|
||||
@@ -117,13 +117,13 @@ export default function XenkoPage() {
|
||||
<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. 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"},
|
||||
{
|
||||
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: "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"},
|
||||
{
|
||||
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 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"},
|
||||
{
|
||||
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: "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"},
|
||||
]}
|
||||
title="Why Businesses Stay With Xenko"
|
||||
description="Fast delivery, honest pricing, and support that continues after launch"
|
||||
@@ -215,7 +215,7 @@ export default function XenkoPage() {
|
||||
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: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user