6 Commits

Author SHA1 Message Date
191e499f88 Update src/app/page.tsx 2026-03-07 22:18:37 +00:00
8d1083ee29 Update src/app/layout.tsx 2026-03-07 22:18:36 +00:00
3ef6b380f7 Merge version_1 into main
Merge version_1 into main
2026-03-07 22:17:17 +00:00
8fee9255bb Merge version_1 into main
Merge version_1 into main
2026-03-07 22:16:32 +00:00
892d7b533c Merge version_1 into main
Merge version_1 into main
2026-03-07 22:15:17 +00:00
fbb5270ab2 Merge version_1 into main
Merge version_1 into main
2026-03-07 22:14:25 +00:00
2 changed files with 25 additions and 1437 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>
);
}
}