Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 191e499f88 | |||
| 8d1083ee29 | |||
| 3ef6b380f7 | |||
| 8fee9255bb | |||
| 892d7b533c | |||
| fbb5270ab2 |
1439
src/app/layout.tsx
1439
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -21,6 +21,7 @@ import {
|
||||
TrendingUp,
|
||||
Star,
|
||||
Handshake,
|
||||
ArrowRight,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -135,19 +136,31 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Digital Marketing", description:
|
||||
"SEO optimization, social media marketing, online advertising, and website promotion strategies to boost your online presence.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/digital-marketing-analytics-dashboard-sh-1772921588252-a21c4902.png", imageAlt: "Digital Marketing Services"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/digital-marketing-analytics-dashboard-sh-1772921588252-a21c4902.png", imageAlt: "Digital Marketing Services", button: {
|
||||
text: "Explore Service", href: "/services/digital-marketing"
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "IT & Infrastructure", description:
|
||||
"Cloud infrastructure setup, server management, network security, and comprehensive IT consulting for enterprise scalability.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/cloud-infrastructure-and-network-securit-1772921589008-63a5f9b6.png", imageAlt: "IT Infrastructure Solutions"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/cloud-infrastructure-and-network-securit-1772921589008-63a5f9b6.png", imageAlt: "IT Infrastructure Solutions", button: {
|
||||
text: "Explore Service", href: "/services/it-infrastructure"
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "Project Management", description:
|
||||
"IT project planning, agile and waterfall delivery, business process improvement, and expert implementation management.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/project-management-timeline-and-workflow-1772921589485-e1c2ee0f.png", imageAlt: "Project Management Services"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/project-management-timeline-and-workflow-1772921589485-e1c2ee0f.png", imageAlt: "Project Management Services", button: {
|
||||
text: "Explore Service", href: "/services/project-management"
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "ERP Implementation", description:
|
||||
"Specialized IFS ERP implementation, finance setup, supply chain configuration, data migration, and ongoing user training.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/ifs-erp-system-interface-showing-modules-1772921589063-68e9e2ea.png", imageAlt: "ERP Implementation Services"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/ifs-erp-system-interface-showing-modules-1772921589063-68e9e2ea.png", imageAlt: "ERP Implementation Services", button: {
|
||||
text: "Explore Service", href: "/services/erp-implementation"
|
||||
}
|
||||
},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -306,4 +319,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user