Update src/app/page.tsx

This commit is contained in:
2026-03-12 03:58:14 +00:00
parent 6fd4f9b5ce
commit c9bba00a9a

View File

@@ -157,8 +157,8 @@ export default function LandingPage() {
id: "6", name: "Michael Zhang", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amj6B0tNzhovlwG2TuT0SBbqMp/a-professional-portrait-of-a-technology--1773204523040-8445f9e2.png", imageAlt: "Michael Zhang, CTO"
}
]}
cardTitle="Trusted by over 200 brands worldwide to deliver exceptional website design and digital strategy"
cardTag="Client Success Stories"
cardTitle="200+ brands and 50M+ users rely on our designs to transform their digital presence"
cardTag="Proven by industry leaders"
cardTagIcon={Heart}
cardAnimation="slide-up"
useInvertedBackground={false}
@@ -263,4 +263,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}