diff --git a/src/app/page.tsx b/src/app/page.tsx index ee08476..0935570 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,12 +50,10 @@ export default function LandingPage() { { text: "View Portfolio", href: "#products" }, ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916706.jpg", imageAlt: "Designer studio workspace 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-124218.jpg", imageAlt: "Designer studio workspace 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320709.jpg", imageAlt: "Designer studio workspace 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/professional-person-engaging-with-ai-chatbot-computer-screen_482257-126263.jpg", imageAlt: "Designer studio workspace 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-sitting-desk-laptop-phone-office-auditorium_78826-2412.jpg", imageAlt: "Designer studio workspace 5" }, - { imageSrc: "http://img.b2bpic.net/free-photo/professional-person-engaging-with-ai-chatbot-computer-screen_482257-120252.jpg", imageAlt: "Designer studio workspace 6" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-creative-graphic-design-workspace-concept_23-2149156012.jpg", imageAlt: "Creative graphic design workspace setup" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-graphic-design-studio-flat-lay_23-2149021021.jpg", imageAlt: "Modern graphic design equipment and layout" }, + { imageSrc: "http://img.b2bpic.net/free-photo/digital-illustration-graphic-design-concept_23-2149258298.jpg", imageAlt: "Digital design software on screen" }, + { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-graphic-design-branding-kit_23-2149021234.jpg", imageAlt: "Minimalist branding kit concept" }, ]} /> @@ -102,7 +100,7 @@ export default function LandingPage() { { id: "p2", name: "Minimalist Logo", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440908.jpg" }, { id: "p3", name: "Social Campaign Set", price: "From $300", imageSrc: "http://img.b2bpic.net/free-photo/network-connection-graphic-overlay-background-billboard_53876-120348.jpg" }, { id: "p4", name: "Custom Flyers", price: "From $100", imageSrc: "http://img.b2bpic.net/free-photo/realistic-blank-business-card-sustainability-eco-industry-marble_53876-143159.jpg" }, - { id: "p5", name: "Brand Identity System", price: "From $500", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-making-blueprints_23-2147785476.jpg" }, + { id: "p5", name: "Brand Identity System", price: "From $500", imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-shapes-design-composition_23-2149156030.jpg" }, { id: "p6", name: "Website Banners", price: "From $120", imageSrc: "http://img.b2bpic.net/free-photo/art-concept-with-smartphone-pencils_23-2147653186.jpg" }, ]} title="Our Work" @@ -116,9 +114,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Sarah Miller", handle: "@sarahbiz", testimonial: "Kinza transformed our brand identity completely. Professional and efficient!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-business-people-high-fiving-outdoors_1262-19187.jpg" }, - { id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "Excellent design services, delivered exactly what we needed on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg" }, - { id: "t3", name: "Emily Davis", handle: "@emilyd", testimonial: "Kinza is the best graphic designer in the city. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/evaluation-feedback-customer-smiley-response_53876-123011.jpg" }, + { id: "t1", name: "Sarah Miller", handle: "@sarahbiz", testimonial: "Kinza transformed our brand identity completely. Professional and efficient!", rating: 5 }, + { id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "Excellent design services, delivered exactly what we needed on time.", rating: 5 }, + { id: "t3", name: "Emily Davis", handle: "@emilyd", testimonial: "Kinza is the best graphic designer in the city. Highly recommended!", rating: 5 }, ]} showRating={true} title="Client Stories"