2026-07-05 06:41:32 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Reviews — LandveX< / title >
< meta name = "description" content = "What our customers say about LandveX Reality Intelligence." >
< link rel = "canonical" href = "https://landvex.com/reviews/" >
< style >
: root {
--bg : #000000 ;
--card : #1C1C1E ;
--text : #FFFFFF ;
--text2 : rgba ( 235 , 235 , 245 , 0.6 ) ;
--separator : rgba ( 84 , 84 , 88 , 0.65 ) ;
--blue : #007AFF ;
--font : - apple-system , BlinkMacSystemFont , "SF Pro Text" , "Helvetica Neue" , sans-serif ;
}
* { box-sizing : border-box ; margin : 0 ; padding : 0 ; }
body {
background : var ( - - bg ) ;
color : var ( - - text ) ;
font-family : var ( - - font ) ;
-webkit- font-smoothing : antialiased ;
padding : 20 px ;
max-width : 800 px ;
margin : 0 auto ;
}
. header {
text-align : center ;
padding : 40 px 0 ;
border-bottom : 1 px solid var ( - - separator ) ;
margin-bottom : 30 px ;
}
. header h1 {
font-size : 32 px ;
font-weight : 700 ;
margin-bottom : 12 px ;
}
. header p {
color : var ( - - text2 ) ;
font-size : 16 px ;
}
. review-card {
background : var ( - - card ) ;
2026-07-07 07:11:50 +00:00
border-radius : var ( - - radius - lg ) ;
2026-07-05 06:41:32 +00:00
padding : 24 px ;
margin-bottom : 16 px ;
}
. review-header {
display : flex ;
align-items : center ;
margin-bottom : 12 px ;
}
. avatar {
width : 40 px ;
height : 40 px ;
2026-07-07 07:11:50 +00:00
border-radius : var ( - - radius - full ) ;
2026-07-05 06:41:32 +00:00
background : var ( - - blue ) ;
display : flex ;
align-items : center ;
justify-content : center ;
font-weight : 600 ;
margin-right : 12 px ;
}
. review-meta {
flex : 1 ;
}
. review-name {
font-weight : 600 ;
font-size : 16 px ;
}
. review-role {
color : var ( - - text2 ) ;
font-size : 14 px ;
}
. review-stars {
color : #FFD700 ;
font-size : 18 px ;
margin-bottom : 8 px ;
}
. review-text {
color : var ( - - text2 ) ;
font-size : 15 px ;
line-height : 1.5 ;
}
. cta {
text-align : center ;
padding : 40 px 0 ;
border-top : 1 px solid var ( - - separator ) ;
margin-top : 30 px ;
}
. cta-button {
display : inline-block ;
background : var ( - - blue ) ;
color : white ;
padding : 14 px 32 px ;
2026-07-07 07:11:50 +00:00
border-radius : var ( - - radius - md ) ;
2026-07-05 06:41:32 +00:00
text-decoration : none ;
font-weight : 600 ;
font-size : 16 px ;
}
. back-link {
display : inline-block ;
margin-bottom : 20 px ;
color : var ( - - blue ) ;
text-decoration : none ;
font-size : 15 px ;
}
< / style >
< / head >
< body >
< nav aria-label = "breadcrumb" style = "padding: 10px 20px; color: rgba(235,235,245,0.6); font-size: 14px;" >
< a href = "/" style = "color: #007AFF; text-decoration: none;" > Home< / a > / < span > reviews< / span >
< / nav >
< a href = "/" class = "back-link" > ← Back to LandveX< / a >
< div class = "header" >
< h1 > Customer Reviews< / h1 >
< p > Real feedback from organizations using LandveX Reality Intelligence< / p >
< / div >
< div class = "review-card" >
< div class = "review-header" >
< div class = "avatar" > MK< / div >
< div class = "review-meta" >
< div class = "review-name" > Municipality of Stockholm< / div >
< div class = "review-role" > Infrastructure Department< / div >
< / div >
< / div >
2026-07-07 07:11:50 +00:00
< div class = "review-stars" > < / div >
2026-07-05 06:41:32 +00:00
< div class = "review-text" >
"LandveX transformed how we monitor our city's infrastructure. We identified 340 maintenance issues in the first month that our traditional inspections missed entirely."
< / div >
< / div >
< div class = "review-card" >
< div class = "review-header" >
< div class = "avatar" > TR< / div >
< div class = "review-meta" >
< div class = "review-name" > Trygg Hansa< / div >
< div class = "review-role" > Risk Assessment Team< / div >
< / div >
< / div >
2026-07-07 07:11:50 +00:00
< div class = "review-stars" > < / div >
2026-07-05 06:41:32 +00:00
< div class = "review-text" >
"The speed and accuracy of LandveX data allows us to process claims faster and detect fraud patterns we never saw before. A game-changer for our industry."
< / div >
< / div >
< div class = "review-card" >
< div class = "review-header" >
< div class = "avatar" > VF< / div >
< div class = "review-meta" >
< div class = "review-name" > Vasakronan< / div >
< div class = "review-role" > Property Management< / div >
< / div >
< / div >
2026-07-07 07:11:50 +00:00
< div class = "review-stars" > < / div >
2026-07-05 06:41:32 +00:00
< div class = "review-text" >
"We reduced our facade inspection costs by 60% while getting more frequent updates. The reality data is more reliable than our previous manual methods."
< / div >
< / div >
< div class = "cta" >
< p style = "color: var(--text2); margin-bottom: 16px;" > Ready to see what Reality Intelligence can do for your organization?< / p >
< a href = "/" class = "cta-button" > Explore LandveX< / a >
< / div >
< / body >
< / html >