Update src/app/page.tsx
This commit is contained in:
@@ -155,11 +155,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Jordan B", role: "Patron", company: "Kampala", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2149213177.jpg" },
|
||||
{ id: "t2", name: "Winnie R", role: "Foodie", company: "Kampala", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait_93675-133099.jpg" },
|
||||
{ id: "t3", name: "Shamim Bulya", role: "Socialite", company: "Kampala", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg" },
|
||||
{ id: "t4", name: "Amanda O", role: "Critic", company: "Kampala", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-parisienne-with-brunette-wavy-hair-black-sunglasses-white-top-polka-dot-skirt-red-shirt-standing-city-stairs-looking-straight-early-warm-autumn-background_197531-28081.jpg" },
|
||||
{ id: "t5", name: "Guest Five", role: "Regular", company: "Kampala", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-muscular-young-man-posing_158595-3045.jpg" },
|
||||
{ id: "t1", name: "Jordan B", role: "Patron", company: "Kampala", rating: 5 },
|
||||
{ id: "t2", name: "Winnie R", role: "Foodie", company: "Kampala", rating: 5 },
|
||||
{ id: "t3", name: "Shamim Bulya", role: "Socialite", company: "Kampala", rating: 5 },
|
||||
{ id: "t4", name: "Amanda O", role: "Critic", company: "Kampala", rating: 5 },
|
||||
{ id: "t5", name: "Guest Five", role: "Regular", company: "Kampala", rating: 5 },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.6", label: "Avg Rating" },
|
||||
|
||||
Reference in New Issue
Block a user