Update src/app/page.tsx
This commit is contained in:
@@ -157,11 +157,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "kofi-dennis", name: "Kofi Dennis", role: "Business Owner", company: "E-commerce Platform", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", imageAlt: "Kofi Dennis testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg?_wi=1", imageAlt: "Kofi Dennis testimonial"
|
||||
},
|
||||
{
|
||||
id: "sarah-chen", name: "Sarah Chen", role: "Logistics Manager", company: "Retail Distribution", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Chen testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Chen testimonial"
|
||||
},
|
||||
{
|
||||
id: "james-wilson", name: "James Wilson", role: "Operations Director", company: "Manufacturing Ltd", rating: 5,
|
||||
@@ -173,11 +173,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "michael-brown", name: "Michael Brown", role: "CEO", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", imageAlt: "Michael Brown testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg?_wi=2", imageAlt: "Michael Brown testimonial"
|
||||
},
|
||||
{
|
||||
id: "lisa-johnson", name: "Lisa Johnson", role: "Procurement Director", company: "Corporate Services", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lisa Johnson testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Lisa Johnson testimonial"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user