Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -194,16 +194,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Sarah Johnson", role: "Creative Director", company: "Design Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148006226.jpg", imageAlt: "Sarah Johnson professional portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148006226.jpg", imageAlt: "Sarah Johnson professional portrait"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "Michael Chen", role: "Fashion Consultant", company: "Style Collective", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3674.jpg", imageAlt: "Michael Chen professional portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3674.jpg", imageAlt: "Michael Chen professional portrait"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "Emily Rodriguez", role: "Content Creator", company: "Lifestyle Blog", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg", imageAlt: "Emily Rodriguez professional portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg", imageAlt: "Emily Rodriguez professional portrait"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "David Kim", role: "Product Manager", company: "Fashion Brand", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg", imageAlt: "David Kim professional portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg", imageAlt: "David Kim professional portrait"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user