Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb8c72b7a8 | |||
| 212c56d2e8 | |||
| 58b828e4d5 | |||
| af9d9ed490 |
@@ -7,10 +7,11 @@ import TagAbout from '@/components/sections/about/TagAbout';
|
|||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||||
import TeamCardFour from '@/components/sections/team/TeamCardFour';
|
import TeamCardFour from '@/components/sections/team/TeamCardFour';
|
||||||
|
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -247,6 +248,50 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFive
|
<TestimonialCardFive
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
|
|||||||
Reference in New Issue
Block a user