4 Commits

Author SHA1 Message Date
bb8c72b7a8 Merge version_4 into main
Merge version_4 into main
2025-12-26 22:27:19 +00:00
212c56d2e8 Update src/app/page.tsx 2025-12-26 22:27:15 +00:00
58b828e4d5 Merge version_3 into main
Merge version_3 into main
2025-12-26 22:22:18 +00:00
af9d9ed490 Merge version_2 into main
Merge version_2 into main
2025-12-26 22:17:33 +00:00

View File

@@ -7,10 +7,11 @@ import TagAbout from '@/components/sections/about/TagAbout';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
import TeamCardFour from '@/components/sections/team/TeamCardFour';
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Sparkles, Target, Award, Palette, TrendingUp, BookOpen, Users, MessageSquare, Zap } from "lucide-react";
import { Sparkles, Target, Award, Palette, TrendingUp, BookOpen, Users, MessageSquare, Zap, Globe } from "lucide-react";
export default function LandingPage() {
return (
@@ -247,6 +248,50 @@ export default function LandingPage() {
/>
</div>
<div id="global" data-section="global">
<TeamCardSeven
team={[
{
id: "1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140101670-ttp7xdlv.jpg",
imageAlt: "New York Office"
},
{
id: "2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140152452-p4x3ah4p.jpg",
imageAlt: "London Office"
},
{
id: "3",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140103339-f3be0gdh.jpg",
imageAlt: "Tokyo Office"
},
{
id: "4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140104217-wfflli6f.jpg",
imageAlt: "Sydney Office"
},
{
id: "5",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184200876-idjoemdc.jpg",
imageAlt: "Singapore Office"
},
{
id: "6",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766163678723-295psgl3.jpg",
imageAlt: "Berlin Office"
},
{
id: "7",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766320184384-whnns6as.jpg",
imageAlt: "Toronto Office"
}
]}
title="A Global Team, Local Expertise"
useInvertedBackground="noInvert"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="What Our Clients Say"