Update src/app/page.tsx
This commit is contained in:
@@ -77,15 +77,15 @@ export default function LandingPage() {
|
||||
imageAlt: "Housing Project",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661431.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661431.jpg?_wi=1",
|
||||
imageAlt: "Gated Community Entrance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel_1127-4044.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel_1127-4044.jpg?_wi=1",
|
||||
imageAlt: "Internal Roads Infrastructure",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg?_wi=1",
|
||||
imageAlt: "Green Park Area",
|
||||
},
|
||||
]}
|
||||
@@ -116,19 +116,19 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Gated Security",
|
||||
description: "24/7 security services for complete peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661431.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661431.jpg?_wi=2",
|
||||
buttonIcon: "Shield",
|
||||
},
|
||||
{
|
||||
title: "Advanced Infrastructure",
|
||||
description: "Well-planned wide internal roads and drainage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel_1127-4044.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel_1127-4044.jpg?_wi=2",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Green Landscapes",
|
||||
description: "Dedicated parks and green zones for your family.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg?_wi=2",
|
||||
buttonIcon: "Trees",
|
||||
},
|
||||
]}
|
||||
@@ -149,7 +149,7 @@ export default function LandingPage() {
|
||||
role: "Homeowner",
|
||||
company: "Dewas",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662438.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662438.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
role: "Buyer",
|
||||
company: "Dewas",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662438.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662438.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user