Merge version_1 into main #2
@@ -17,7 +17,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -48,10 +48,11 @@ export default function AboutPage() {
|
||||
{ value: "500+", title: "Successful Projects Delivered" },
|
||||
{ value: "150%", title: "Average ROI Increase" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/team-of-diverse-digital-transformation-c-1772574129717-75724f24.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/team-of-diverse-digital-transformation-c-1772574129717-75724f24.png"
|
||||
imageAlt="Vantage Digital team working on digital strategy"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -67,32 +68,14 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
description: "Consistently exceeding expectations with premium service delivery",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/customer-satisfaction-and-client-success-1772574130188-86da4468.png?_wi=2",
|
||||
imageAlt: "Client satisfaction metrics",
|
||||
},
|
||||
id: "1", value: "98%", title: "Client Satisfaction", description: "Consistently exceeding expectations with premium service delivery", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/customer-satisfaction-and-client-success-1772574130188-86da4468.png", imageAlt: "Client satisfaction metrics"},
|
||||
{
|
||||
id: "2",
|
||||
value: "$2.5B+",
|
||||
title: "Client Revenue Generated",
|
||||
description: "Driving significant business growth through digital solutions",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/financial-performance-and-business-growt-1772574130205-b1e2b3b1.png?_wi=2",
|
||||
imageAlt: "Revenue growth metrics",
|
||||
},
|
||||
id: "2", value: "$2.5B+", title: "Client Revenue Generated", description: "Driving significant business growth through digital solutions", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/financial-performance-and-business-growt-1772574130205-b1e2b3b1.png", imageAlt: "Revenue growth metrics"},
|
||||
{
|
||||
id: "3",
|
||||
value: "45%",
|
||||
title: "Average Cost Reduction",
|
||||
description: "Optimizing operations through intelligent technology implementation",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/cost-optimization-and-operational-effici-1772574130003-2b93106e.png?_wi=2",
|
||||
imageAlt: "Cost optimization metrics",
|
||||
},
|
||||
id: "3", value: "45%", title: "Average Cost Reduction", description: "Optimizing operations through intelligent technology implementation", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/cost-optimization-and-operational-effici-1772574130003-2b93106e.png", imageAlt: "Cost optimization metrics"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,16 +84,14 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Solutions", href: "/services" },
|
||||
{ label: "Enterprise", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -118,8 +99,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
|
||||
206
src/app/page.tsx
206
src/app/page.tsx
@@ -20,7 +20,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -47,50 +47,34 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Transform Your Business with Strategic Digital Innovation"
|
||||
description="We partner with forward-thinking organizations to drive measurable growth through cutting-edge digital solutions, strategic consulting, and transformative technology implementation."
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/professional-business-consultants-in-a-m-1772574128598-effec133.png",
|
||||
imageAlt: "Digital strategy consulting session",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/professional-business-consultants-in-a-m-1772574128598-effec133.png", imageAlt: "Digital strategy consulting session"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/technology-integration-and-implementatio-1772574128844-0b304492.png",
|
||||
imageAlt: "Technology implementation and integration",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/technology-integration-and-implementatio-1772574128844-0b304492.png", imageAlt: "Technology implementation and integration"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/diverse-team-of-professionals-collaborat-1772574130227-dd03b10b.png",
|
||||
imageAlt: "Team collaboration and innovation",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/diverse-team-of-professionals-collaborat-1772574130227-dd03b10b.png", imageAlt: "Team collaboration and innovation"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/cloud-deployment-and-digital-infrastruct-1772574130172-45522baa.png",
|
||||
imageAlt: "Cloud-based solutions deployment",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/cloud-deployment-and-digital-infrastruct-1772574130172-45522baa.png", imageAlt: "Cloud-based solutions deployment"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/data-analytics-and-business-intelligence-1772574129947-180a0dbf.png",
|
||||
imageAlt: "Data analytics and insights",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/data-analytics-and-business-intelligence-1772574129947-180a0dbf.png", imageAlt: "Data analytics and insights"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/digital-transformation-roadmap-workshop--1772574130046-0a653900.png",
|
||||
imageAlt: "Digital transformation roadmap",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/digital-transformation-roadmap-workshop--1772574130046-0a653900.png", imageAlt: "Digital transformation roadmap"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/modern-software-development-environment--1772574130072-1d68d14b.png",
|
||||
imageAlt: "Modern software development",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/modern-software-development-environment--1772574130072-1d68d14b.png", imageAlt: "Modern software development"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/customer-experience-optimization-and-use-1772574129256-1d802a1f.png",
|
||||
imageAlt: "Customer experience optimization",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/customer-experience-optimization-and-use-1772574129256-1d802a1f.png", imageAlt: "Customer experience optimization"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Start Your Journey", href: "/contact" },
|
||||
@@ -112,10 +96,11 @@ export default function HomePage() {
|
||||
{ value: "500+", title: "Successful Projects Delivered" },
|
||||
{ value: "150%", title: "Average ROI Increase" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/team-of-diverse-digital-transformation-c-1772574129717-75724f24.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/team-of-diverse-digital-transformation-c-1772574129717-75724f24.png"
|
||||
imageAlt="Vantage Digital team working on digital strategy"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -131,36 +116,24 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Digital Strategy & Consulting",
|
||||
description:
|
||||
"Expert guidance on digital transformation, market positioning, and technology adoption roadmaps to maximize competitive advantage.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/digital-strategy-and-consulting-session--1772574129810-8d8b769d.png?_wi=1",
|
||||
},
|
||||
title: "Digital Strategy & Consulting", description:
|
||||
"Expert guidance on digital transformation, market positioning, and technology adoption roadmaps to maximize competitive advantage.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/digital-strategy-and-consulting-session--1772574129810-8d8b769d.png"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Custom Software Development",
|
||||
description:
|
||||
"Bespoke applications and platforms built with cutting-edge technologies, optimized for scalability, security, and exceptional user experience.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/custom-software-development-environment--1772574129973-bf44c0db.png?_wi=1",
|
||||
},
|
||||
title: "Custom Software Development", description:
|
||||
"Bespoke applications and platforms built with cutting-edge technologies, optimized for scalability, security, and exceptional user experience.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/custom-software-development-environment--1772574129973-bf44c0db.png"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Cloud Infrastructure & Migration",
|
||||
description:
|
||||
"Seamless migration to cloud platforms with optimization for performance, cost efficiency, and disaster recovery capabilities.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/cloud-infrastructure-and-migration-engin-1772574129435-bddb7166.png?_wi=1",
|
||||
},
|
||||
title: "Cloud Infrastructure & Migration", description:
|
||||
"Seamless migration to cloud platforms with optimization for performance, cost efficiency, and disaster recovery capabilities.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/cloud-infrastructure-and-migration-engin-1772574129435-bddb7166.png"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Data Analytics & AI Solutions",
|
||||
description:
|
||||
"Harness the power of data with advanced analytics, machine learning models, and artificial intelligence solutions for informed decision-making.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/data-science-and-ai-solutions-developmen-1772574129635-b6ffce12.png?_wi=1",
|
||||
},
|
||||
title: "Data Analytics & AI Solutions", description:
|
||||
"Harness the power of data with advanced analytics, machine learning models, and artificial intelligence solutions for informed decision-making.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/data-science-and-ai-solutions-developmen-1772574129635-b6ffce12.png"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -178,32 +151,14 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
description: "Consistently exceeding expectations with premium service delivery",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/customer-satisfaction-and-client-success-1772574130188-86da4468.png?_wi=1",
|
||||
imageAlt: "Client satisfaction metrics",
|
||||
},
|
||||
id: "1", value: "98%", title: "Client Satisfaction", description: "Consistently exceeding expectations with premium service delivery", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/customer-satisfaction-and-client-success-1772574130188-86da4468.png", imageAlt: "Client satisfaction metrics"},
|
||||
{
|
||||
id: "2",
|
||||
value: "$2.5B+",
|
||||
title: "Client Revenue Generated",
|
||||
description: "Driving significant business growth through digital solutions",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/financial-performance-and-business-growt-1772574130205-b1e2b3b1.png?_wi=1",
|
||||
imageAlt: "Revenue growth metrics",
|
||||
},
|
||||
id: "2", value: "$2.5B+", title: "Client Revenue Generated", description: "Driving significant business growth through digital solutions", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/financial-performance-and-business-growt-1772574130205-b1e2b3b1.png", imageAlt: "Revenue growth metrics"},
|
||||
{
|
||||
id: "3",
|
||||
value: "45%",
|
||||
title: "Average Cost Reduction",
|
||||
description: "Optimizing operations through intelligent technology implementation",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/cost-optimization-and-operational-effici-1772574130003-2b93106e.png?_wi=1",
|
||||
imageAlt: "Cost optimization metrics",
|
||||
},
|
||||
id: "3", value: "45%", title: "Average Cost Reduction", description: "Optimizing operations through intelligent technology implementation", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/cost-optimization-and-operational-effici-1772574130003-2b93106e.png", imageAlt: "Cost optimization metrics"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -222,65 +177,29 @@ export default function HomePage() {
|
||||
topMarqueeDirection="left"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
handle: "Chief Digital Officer",
|
||||
testimonial:
|
||||
"Vantage Digital transformed our entire technology infrastructure. Their strategic approach and flawless execution delivered results beyond our expectations.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/professional-business-executive-woman-ch-1772574129665-3cc5de71.png",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell", handle: "Chief Digital Officer", testimonial:
|
||||
"Vantage Digital transformed our entire technology infrastructure. Their strategic approach and flawless execution delivered results beyond our expectations.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/professional-business-executive-woman-ch-1772574129665-3cc5de71.png", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Richardson",
|
||||
handle: "Vice President of Operations",
|
||||
testimonial:
|
||||
"Working with Vantage Digital was a game-changer for our organization. Their expertise in cloud migration saved us millions while improving system performance.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/professional-business-executive-man-vice-1772574129294-3dc94290.png",
|
||||
imageAlt: "James Richardson",
|
||||
},
|
||||
id: "2", name: "James Richardson", handle: "Vice President of Operations", testimonial:
|
||||
"Working with Vantage Digital was a game-changer for our organization. Their expertise in cloud migration saved us millions while improving system performance.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/professional-business-executive-man-vice-1772574129294-3dc94290.png", imageAlt: "James Richardson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Chen",
|
||||
handle: "Chief Technology Officer",
|
||||
testimonial:
|
||||
"The team at Vantage Digital brings unmatched technical depth and business acumen. They understand not just technology, but the strategic objectives behind it.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/professional-technology-leader-woman-chi-1772574129189-25b1143b.png",
|
||||
imageAlt: "Emma Chen",
|
||||
},
|
||||
id: "3", name: "Emma Chen", handle: "Chief Technology Officer", testimonial:
|
||||
"The team at Vantage Digital brings unmatched technical depth and business acumen. They understand not just technology, but the strategic objectives behind it.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/professional-technology-leader-woman-chi-1772574129189-25b1143b.png", imageAlt: "Emma Chen"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Thompson",
|
||||
handle: "President & CEO",
|
||||
testimonial:
|
||||
"Our digital transformation with Vantage Digital positioned us ahead of competitors. Their commitment to excellence is evident in every interaction.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/professional-business-executive-man-pres-1772574129453-f18f10a7.png",
|
||||
imageAlt: "Michael Thompson",
|
||||
},
|
||||
id: "4", name: "Michael Thompson", handle: "President & CEO", testimonial:
|
||||
"Our digital transformation with Vantage Digital positioned us ahead of competitors. Their commitment to excellence is evident in every interaction.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/professional-business-executive-man-pres-1772574129453-f18f10a7.png", imageAlt: "Michael Thompson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Anderson",
|
||||
handle: "VP of Strategy",
|
||||
testimonial:
|
||||
"Vantage Digital didn't just implement technology—they became true partners in our transformation. The ROI exceeded projections by 40%.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/professional-business-executive-woman-vp-1772574129051-6eceefa3.png",
|
||||
imageAlt: "Lisa Anderson",
|
||||
},
|
||||
id: "5", name: "Lisa Anderson", handle: "VP of Strategy", testimonial:
|
||||
"Vantage Digital didn't just implement technology—they became true partners in our transformation. The ROI exceeded projections by 40%.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/professional-business-executive-woman-vp-1772574129051-6eceefa3.png", imageAlt: "Lisa Anderson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Park",
|
||||
handle: "Managing Director",
|
||||
testimonial:
|
||||
"Exceptional team with proven track record. Vantage Digital delivered complex solutions on time and under budget without compromising quality.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/professional-business-executive-man-mana-1772574129479-7404d400.png",
|
||||
imageAlt: "David Park",
|
||||
},
|
||||
id: "6", name: "David Park", handle: "Managing Director", testimonial:
|
||||
"Exceptional team with proven track record. Vantage Digital delivered complex solutions on time and under budget without compromising quality.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/professional-business-executive-man-mana-1772574129479-7404d400.png", imageAlt: "David Park"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -296,25 +215,9 @@ export default function HomePage() {
|
||||
speed={40}
|
||||
showCard={true}
|
||||
names={[
|
||||
"Fortune 500 Enterprise",
|
||||
"Global Tech Leader",
|
||||
"Financial Services Giant",
|
||||
"Healthcare Provider",
|
||||
"Retail Innovation Leader",
|
||||
"Manufacturing Expert",
|
||||
"Energy & Utilities",
|
||||
"Telecommunications Major",
|
||||
]}
|
||||
"Fortune 500 Enterprise", "Global Tech Leader", "Financial Services Giant", "Healthcare Provider", "Retail Innovation Leader", "Manufacturing Expert", "Energy & Utilities", "Telecommunications Major"]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/fortune-500-company-logo-design-represen-1772574128568-5d6cc991.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/global-technology-company-logo-design-re-1772574127454-04e85063.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/financial-services-or-banking-company-lo-1772574127651-7c73dcff.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/healthcare-or-pharmaceutical-company-log-1772574127441-2224dd6c.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/retail-or-consumer-goods-company-logo-de-1772574127299-d042a039.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/manufacturing-or-industrial-company-logo-1772574128346-ee9a75b2.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/energy-or-utilities-company-logo-design--1772574129421-bb5d0680.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/telecommunications-company-logo-design-r-1772574129096-96bbc784.png",
|
||||
]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/fortune-500-company-logo-design-represen-1772574128568-5d6cc991.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/global-technology-company-logo-design-re-1772574127454-04e85063.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/financial-services-or-banking-company-lo-1772574127651-7c73dcff.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/healthcare-or-pharmaceutical-company-log-1772574127441-2224dd6c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/retail-or-consumer-goods-company-logo-de-1772574127299-d042a039.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/manufacturing-or-industrial-company-logo-1772574128346-ee9a75b2.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/energy-or-utilities-company-logo-design--1772574129421-bb5d0680.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS7J1tjnTeFqDSTfsBphrHHYvz/telecommunications-company-logo-design-r-1772574129096-96bbc784.png"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -322,16 +225,14 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Solutions", href: "/services" },
|
||||
{ label: "Enterprise", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -339,8 +240,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
|
||||
Reference in New Issue
Block a user