diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d381c3..d645f1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} />