hakkımızda bölümü
<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > Customer Reviews and Contact </ title > < style > body { margin : 0 ; font-family : Arial , sans-serif ; background-color : #f4f4f4 ; color : #333 ; } /* Reviews Bölümü */ .reviews-section { background-color : #ff5b5b ; color : white ; padding : 40px 20px ; text-align : center ; } .reviews-section h2 { font-size : 28px ; margin-bottom : 20px ; } .reviews-container { display : flex ; justify-content : center ; gap : 20px ; flex-wrap : wrap ; } .review-card { background-color : white ; col...