diff --git a/src/app/page.tsx b/src/app/page.tsx index 6637638..0249669 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBase from "@/components/sections/footer/FooterBase"; import { - Cube, Zap, Shield, Move3d, @@ -20,6 +19,7 @@ import { Layers, Sparkles, Lightbulb, + Box, } from "lucide-react"; export default function LandingPage() { @@ -82,7 +82,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - icon: Cube, + icon: Box, title: "3D Model Viewer", description: "Rotate and inspect 3D models with smooth, responsive interactions and real-time rendering capabilities."}, { @@ -139,17 +139,17 @@ export default function LandingPage() { id: "1", name: "Alex Rivera", handle: "@alexrivera", testimonial: "The 3D interface completely changed how our clients interact with our portfolio. It's absolutely revolutionary.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Alex Rivera"}, + "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Alex Rivera"}, { id: "2", name: "Jordan Chen", handle: "@jordanchen", testimonial: "Performance is incredible. Our site loads instantly even with complex 3D visualizations. Highly recommend!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Jordan Chen"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jordan Chen"}, { id: "3", name: "Sarah Thompson", handle: "@sarahdesign", testimonial: "Finally a platform that lets designers express their vision in 3D. This is the future of web design.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "Sarah Thompson"}, + "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Thompson"}, { id: "4", name: "Marcus Johnson", handle: "@marcusdev", testimonial: "The developer experience is smooth. Integration was seamless and the documentation is comprehensive.", rating: 5, @@ -159,12 +159,12 @@ export default function LandingPage() { id: "5", name: "Elena Vasquez", handle: "@elenav", testimonial: "Our engagement metrics doubled after implementing 3D elements. This platform delivers real business results.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Elena Vasquez"}, + "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Elena Vasquez"}, { id: "6", name: "David Park", handle: "@davidpark", testimonial: "The support team is exceptional. Every question answered promptly with helpful, actionable insights.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Park"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"}, ]} animationType="slide-up" /> @@ -183,7 +183,7 @@ export default function LandingPage() { members={[ { id: "1", name: "Sarah Kim", role: "Chief Designer", imageSrc: - "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"}, { id: "2", name: "Michael Torres", role: "Lead Engineer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-factory_107420-96555.jpg"},