diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f6619d..b689654 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Camera, Instagram, Lightbulb, Linkedin, Mail, Paintbrush, PlayCircle, Sparkles, Twitter } from "lucide-react"; +import { Camera, ClipboardCheck, CloudUpload, Cube, Instagram, Lightbulb, Linkedin, Mail, Paintbrush, PlayCircle, Sparkles, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -77,28 +77,28 @@ export default function LandingPage() { handle: "@TechInnovate", testimonial: "Pixel Dreams transformed our complex ideas into a fun, digestible animated explainer video. Absolutely brilliant!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg", }, { name: "Mark K.", handle: "@GameDevPro", testimonial: "The character models and animations were beyond our expectations. Truly brought our game to life.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/businessman-with-document-information_24877-55860.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/businessman-with-document-information_24877-55860.jpg", }, { name: "Emily R.", handle: "@MarketingWiz", testimonial: "Outstanding quality and incredible attention to detail. Our promotional animation was a huge success!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-cup-coffee-coffee-shop_1170-2324.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-cup-coffee-coffee-shop_1170-2324.jpg", }, { name: "David L.", handle: "@StudioCreative", testimonial: "Collaborating with Pixel Dreams was a breeze. They captured our brand's essence perfectly in 3D.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-eyewear-holding-smartphone-using-mobile-phone-online-shopping_1258-203167.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-eyewear-holding-smartphone-using-mobile-phone-online-shopping_1258-203167.jpg", }, ]} buttons={[ @@ -281,28 +281,28 @@ export default function LandingPage() { name: "Sarah J.", handle: "CEO, TechInnovate", testimonial: "Pixel Dreams transformed our complex ideas into a fun, digestible animated explainer video. Absolutely brilliant!", - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg", }, { id: "2", name: "Mark K.", handle: "Lead Dev, GameForge", testimonial: "The character models and animations were beyond our expectations. Truly brought our game to life.", - imageSrc: "http://img.b2bpic.net/free-vector/businessman-with-document-information_24877-55860.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/businessman-with-document-information_24877-55860.jpg", }, { id: "3", name: "Emily R.", handle: "Marketing Dir., GrowthCo", testimonial: "Outstanding quality and incredible attention to detail. Our promotional animation was a huge success!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-cup-coffee-coffee-shop_1170-2324.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-cup-coffee-coffee-shop_1170-2324.jpg", }, { id: "4", name: "David L.", handle: "Creative Dir., Studio Arts", testimonial: "Collaborating with Pixel Dreams was a breeze. They captured our brand's essence perfectly in 3D.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-eyewear-holding-smartphone-using-mobile-phone-online-shopping_1258-203167.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-eyewear-holding-smartphone-using-mobile-phone-online-shopping_1258-203167.jpg", }, ]} title="What Clients Say"