Merge version_4 into main #4
@@ -140,21 +140,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "John Doe", role: "Homeowner", company: "Miami Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg"},
|
||||
{
|
||||
id: "2", name: "Sarah Smith", role: "Property Manager", company: "Local Business", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"},
|
||||
{
|
||||
id: "3", name: "Robert Lee", role: "Homeowner", company: "Miami Resident", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-laughing-funny-video-phone-holding-smartphone-sitting-sofa_1258-200143.jpg"},
|
||||
{
|
||||
id: "4", name: "Emily Davis", role: "Business Owner", company: "Local Cafe", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg"},
|
||||
{
|
||||
id: "5", name: "Michael Brown", role: "Homeowner", company: "Miami Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371203.jpg"},
|
||||
{ id: "1", name: "John Doe", role: "Homeowner", company: "Miami Resident", rating: 5 },
|
||||
{ id: "2", name: "Sarah Smith", role: "Property Manager", company: "Local Business", rating: 5 },
|
||||
{ id: "3", name: "Robert Lee", role: "Homeowner", company: "Miami Resident", rating: 4 },
|
||||
{ id: "4", name: "Emily Davis", role: "Business Owner", company: "Local Cafe", rating: 5 },
|
||||
{ id: "5", name: "Michael Brown", role: "Homeowner", company: "Miami Resident", rating: 5 },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user