Update src/app/page.tsx

This commit is contained in:
2026-05-08 17:21:56 +00:00
parent 73aec72028
commit 599e8ce9bd

View File

@@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { BarChart, Search, Smartphone, Sparkles, PhoneCall } from "lucide-react";
import { BarChart, Search, Smartphone, Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -99,9 +99,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{ id: "m1", value: "150+", title: "Projects Completed", description: "Successfully delivered in 3 years.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0yne44", imageAlt: "web design project count icon" },
{ id: "m2", value: "45%", title: "Avg Conversion Increase", description: "Documented improvement per site.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o2h4es", imageAlt: "conversion rate optimization icon" },
{ id: "m3", value: "98%", title: "Client Retention", description: "Long-term partnership success rate.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x4jszh", imageAlt: "client satisfaction icon blue" },
{ id: "m1", value: "150+", title: "Projects Completed", description: "Successfully delivered in 3 years.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0yne44" },
{ id: "m2", value: "45%", title: "Avg Conversion Increase", description: "Documented improvement per site.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o2h4es" },
{ id: "m3", value: "98%", title: "Client Retention", description: "Long-term partnership success rate.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x4jszh" },
]}
title="Proven Results"
description="Quantifiable outcomes across my portfolio projects."
@@ -143,6 +143,8 @@ export default function LandingPage() {
names={["TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "AgencyGroup", "MarketFlow", "BizSolutions"]}
title="Trusted Partners"
description="Companies I have collaborated with."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>