From 5866e97ee4d7fb6c83760dcb9e1525c6ba33a4b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 06:55:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 471a2ad..add3e6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Get in Touch", href: "#contact" }, { text: "Our Services", href: "#features" } ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151273064.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151273064.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -100,8 +100,8 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "t1", name: "Ali Hassan", date: "Jan 2024", title: "Business Owner", quote: "Shakir Graphics delivered exactly what I needed for my brand identity. Very professional.", tag: "Branding", avatarSrc: "asset://avatar-1", imageSrc: "http://img.b2bpic.net/free-photo/photographer-using-graphic-tablet-perform-editing-operations-correct-images-creative-agency_482257-82275.jpg", imageAlt: "graphic designer working on computer" }, - { id: "t2", name: "Sara Khan", date: "Feb 2024", title: "Entrepreneur", quote: "Excellent print quality and fast turnaround time in Talagang.", tag: "Print", avatarSrc: "asset://avatar-2", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151273064.jpg", imageAlt: "graphic designer working on computer" }, - { id: "t3", name: "Kamran Malik", date: "Mar 2024", title: "Local Store", quote: "Professional, reliable, and very creative with design layouts.", tag: "Marketing", avatarSrc: "asset://avatar-3", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-items-redecorating-house-with-copy-space_23-2148815771.jpg", imageAlt: "graphic designer working on computer" }, + { id: "t2", name: "Sara Khan", date: "Feb 2024", title: "Entrepreneur", quote: "Excellent print quality and fast turnaround time in Talagang.", tag: "Print", avatarSrc: "asset://avatar-2", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151273064.jpg?_wi=2", imageAlt: "graphic designer working on computer" }, + { id: "t3", name: "Kamran Malik", date: "Mar 2024", title: "Local Store", quote: "Professional, reliable, and very creative with design layouts.", tag: "Marketing", avatarSrc: "asset://avatar-3", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-items-redecorating-house-with-copy-space_23-2148815771.jpg?_wi=1", imageAlt: "graphic designer working on computer" }, { id: "t4", name: "Fatima Noor", date: "Apr 2024", title: "Student", quote: "Great service and very friendly staff. Highly recommended.", tag: "Design", avatarSrc: "asset://avatar-4", imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164872.jpg", imageAlt: "graphic designer working on computer" }, { id: "t5", name: "Zeeshan Ahmed", date: "May 2024", title: "Agency Lead", quote: "Top-tier design services that truly capture the client's intent.", tag: "Professional", avatarSrc: "asset://avatar-5", imageSrc: "http://img.b2bpic.net/free-photo/nobody-artwork-studio-with-creativity-equipment_482257-27218.jpg", imageAlt: "graphic designer working on computer" } ]} @@ -137,7 +137,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Your Email", required: true } ]} textarea={{ name: "message", placeholder: "Tell us about your project", required: true }} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-items-redecorating-house-with-copy-space_23-2148815771.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-items-redecorating-house-with-copy-space_23-2148815771.jpg?_wi=2" /> -- 2.49.1