Update src/app/page.tsx
This commit is contained in:
@@ -96,11 +96,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "API Development", description: "Build powerful APIs that enable seamless integration and data exchange.", imageSrc: "http://img.b2bpic.net/free-vector/business-infographic-with-image_23-2148340472.jpg?_wi=1", imageAlt: "API development"
|
||||
title: "API Development", description: "Build powerful APIs that enable seamless integration and data exchange.", imageSrc: "http://img.b2bpic.net/free-vector/business-infographic-with-image_23-2148340472.jpg", imageAlt: "API development"
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "Cloud Integration", description: "Leverage cloud technologies for scalability, reliability, and cost efficiency.", imageSrc: "http://img.b2bpic.net/free-vector/business-infographic-with-image_23-2148340472.jpg?_wi=2", imageAlt: "Cloud services"
|
||||
title: "Cloud Integration", description: "Leverage cloud technologies for scalability, reliability, and cost efficiency.", imageSrc: "http://img.b2bpic.net/free-vector/business-infographic-with-image_23-2148340472.jpg", imageAlt: "Cloud services"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{ id: "projects", value: "150+", description: "Projects Completed" },
|
||||
|
||||
Reference in New Issue
Block a user