Merge version_1 into main #1
@@ -190,16 +190,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "clients", value: "150+", title: "Happy Clients", description: "Global brands and ambitious startups trust our expertise"
|
||||
id: "clients", value: "150+", title: "Happy Clients", description: "Global brands and ambitious startups trust our expertise", imageSrc: assetMap["logo-microsoft"]
|
||||
},
|
||||
{
|
||||
id: "projects", value: "300+", title: "Projects Delivered", description: "From concept to launch, we've built extraordinary solutions"
|
||||
id: "projects", value: "300+", title: "Projects Delivered", description: "From concept to launch, we've built extraordinary solutions", imageSrc: assetMap["logo-google"]
|
||||
},
|
||||
{
|
||||
id: "success", value: "98%", title: "Success Rate", description: "Consistent delivery of results that exceed expectations"
|
||||
id: "success", value: "98%", title: "Success Rate", description: "Consistent delivery of results that exceed expectations", imageSrc: assetMap["logo-amazon"]
|
||||
},
|
||||
{
|
||||
id: "team", value: "50+", title: "Expert Team", description: "Top designers, developers, and strategists"
|
||||
id: "team", value: "50+", title: "Expert Team", description: "Top designers, developers, and strategists", imageSrc: assetMap["logo-apple"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -276,7 +276,7 @@ export default function LandingPage() {
|
||||
{ text: "Schedule Consultation", href: "https://calendly.com" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user