diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e81bd5..3b1c8d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,7 +15,7 @@ import { Award, Briefcase, Building2, - Hammer2, + Hammer, TrendingUp, Users, } from "lucide-react"; @@ -160,19 +160,19 @@ export default function LandingPage() { { id: "1", name: "James Richardson", role: "Project Manager", company: "Vertex Commercial Real Estate", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Portrait of James Richardson"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of James Richardson"}, { id: "2", name: "Sarah Mitchell", role: "CEO", company: "Mitchell Development Group", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1", imageAlt: "Portrait of Sarah Mitchell"}, + "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Portrait of Sarah Mitchell"}, { id: "3", name: "Michael Torres", role: "Facilities Director", company: "Healthcare Solutions Inc", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Portrait of Michael Torres"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Michael Torres"}, { id: "4", name: "Elena Rodriguez", role: "Principal Architect", company: "Design Forward Architects", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", imageAlt: "Portrait of Elena Rodriguez"}, + "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Portrait of Elena Rodriguez"}, ]} /> @@ -213,7 +213,7 @@ export default function LandingPage() { tag="Get Started" title="Ready to Build Your Next Project?" description="Contact BuildCorp today for a free consultation and detailed project quote. Our team is ready to discuss your vision and transform it into reality." - tagIcon={Hammer2} + tagIcon={Hammer} background={{ variant: "rotated-rays-animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email"