Update src/app/page.tsx

This commit is contained in:
2026-03-21 16:00:51 +00:00
parent a15c511f7b
commit dcf8b5bae6

View File

@@ -11,6 +11,7 @@ import TeamCardEleven from "@/components/sections/team/TeamCardEleven";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import { Award, Users, Briefcase, Globe, Hammer, TrendingUp, MessageSquare, Zap } from "lucide-react";
export default function LandingPage() {
@@ -80,6 +81,25 @@ export default function LandingPage() {
/>
</div>
<div id="clients" data-section="clients">
<SocialProofOne
title="Trusted by Industry Leaders"
description="Our engineering solutions power some of the world's most recognized brands. Strategic partnerships that drive innovation and excellence."
tag="Global Clients"
tagIcon={Globe}
tagAnimation="slide-up"
names={["Nestlé", "Mondelez", "Coca-Cola", "Tetra Pak", "Gericke", "Tyson"]}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGHMcO8fl6tsuZp5OYq2Q8HaAW/nestle-logo-1774108534159.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGHMcO8fl6tsuZp5OYq2Q8HaAW/mondelez-logo-1774108534159.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGHMcO8fl6tsuZp5OYq2Q8HaAW/coca-cola-logo-1774108534159.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGHMcO8fl6tsuZp5OYq2Q8HaAW/tetra-pak-logo-1774108534159.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGHMcO8fl6tsuZp5OYq2Q8HaAW/gericke-logo-1774108534159.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGHMcO8fl6tsuZp5OYq2Q8HaAW/tyson-logo-1774108534159.png"
]}
textboxLayout="default"
useInvertedBackground={true}
speed={40}
showCard={true}
ariaLabel="Client logos and brand partnerships"
/>
</div>
<div id="features" data-section="features">
<FeatureCardSeven
title="Our Core Engineering Services"